(item: any, options?: any)
| 68 | |
| 69 | /** @internal */ |
| 70 | export const dir = (item: any, options?: any) => consoleWith((_) => _.dir(item, options)) |
| 71 | |
| 72 | /** @internal */ |
| 73 | export const dirxml = (...args: ReadonlyArray<any>) => consoleWith((_) => _.dirxml(...args)) |
nothing calls this directly
no test coverage detected