(condition: boolean, ...args: ReadonlyArray<any>)
| 27 | export interface Console { |
| 28 | readonly [TypeId]: TypeId |
| 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> |
no outgoing calls