(label?: string)
| 29 | assert(condition: boolean, ...args: ReadonlyArray<any>): Effect<void> |
| 30 | readonly clear: Effect<void> |
| 31 | count(label?: string): Effect<void> |
| 32 | countReset(label?: string): Effect<void> |
| 33 | debug(...args: ReadonlyArray<any>): Effect<void> |
| 34 | dir(item: any, options?: any): Effect<void> |
no outgoing calls
no test coverage detected