(fn: (should: Internal, Assertion: Assertion) => void)
| 196 | |
| 197 | // Simple utility function for a bit more easier should assertion extension |
| 198 | use(fn: (should: Internal, Assertion: Assertion) => void): Internal; |
| 199 | |
| 200 | // node.js's assert functions |
| 201 | fail(actual: any, expected: any, message: string, operator: string): void; |
no outgoing calls