cbc 1.1.0
See the version list below for details.
dotnet add package cbc --version 1.1.0
NuGet\Install-Package cbc -Version 1.1.0
<PackageReference Include="cbc" Version="1.1.0" />
paket add cbc --version 1.1.0
#r "nuget: cbc, 1.1.0"
// Install cbc as a Cake Addin #addin nuget:?package=cbc&version=1.1.0 // Install cbc as a Cake Tool #tool nuget:?package=cbc&version=1.1.0
A JavaScript library with function argument assertions
and a function parser. It contains defined, notNull, bool,
func, number, object, string and notEmpty assertions.
The interface is fluid and specially optimised for the
Visual Studio JavaScript IntelliSense.
Note that the assertions are not for unit testing,
but for function arguments.
This is the second part of a JavaScript design by contract
(DbC) implementation. For more information about DcB visit:
http://en.wikipedia.org/wiki/Design_by_contract.
The name of this library is Call by Contract (CbC).
The name will be more natural in later releases with
more functionality.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.1.0: New function parser (cbc.parse.func).