(...args: ReadonlyArray<any>)
| 65 | |
| 66 | /** @internal */ |
| 67 | export const debug = (...args: ReadonlyArray<any>) => consoleWith((_) => _.debug(...args)) |
| 68 | |
| 69 | /** @internal */ |
| 70 | export const dir = (item: any, options?: any) => consoleWith((_) => _.dir(item, options)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…