Export the functions (and global assert)
assert
Creates a new IAssertScope and linked IAssertInst object with the given value and message initialized with the contained IScopeContext object.
The value to assign as the conext value.
Optional
The message to assign to the context.
The optional configuration to use for the assertion.
The new IAssertInst object, created via the default AssertInstHandlers
0.1.0
Export the functions (and global
assert)