Type Alias ErrorAssertionFunction

ErrorAssertionFunction: {
    (fn: Function, expected: Function | RegExp, description?: string): IAssertionResult<string | Function>;
    (fn: Function, description?: string): IAssertionResult<string>;
}