(other: {}, description?: string)
| 87 | belowOrEqual(n: number, description?: string): ShouldAssertion; |
| 88 | lessThanOrEqual(n: number, description?: string): ShouldAssertion; |
| 89 | match(other: {}, description?: string): ShouldAssertion; |
| 90 | match(other: (val: any) => any, description?: string): ShouldAssertion; |
| 91 | match(regexp: RegExp, description?: string): ShouldAssertion; |
| 92 | match(other: any, description?: string): ShouldAssertion; |
no outgoing calls