Adds a set of scope functions to the assert (instance) prototype which will extend (or replace) IAssertInst definition, you can then use the IExtendedAssertInst type to cast the instance object returned via the expect function as it will contain the newly added functions.
Note: These functions are NOT added to the assert or the instance returned via the createAssert only the IAssertInst object returned via the expect function.
The map of functions to add to the prototype.
Export the functions (and global
assert
)