Function
debug
(args: string | Error | object | unknown)
Source from the content-addressed store, hash-verified
| 75 | } |
| 76 | |
| 77 | export function debug(args: string | Error | object | unknown) { |
| 78 | return log("debug", args); |
| 79 | } |
| 80 | |
| 81 | export default { |
| 82 | log, |
Tested by
no test coverage detected