(message: string, ...args: unknown[])
| 67 | } |
| 68 | |
| 69 | export function log(message: string, ...args: unknown[]) { |
| 70 | debug(message, ...args); |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * Set binding scope based on the `BINDING_SCOPE` environment variable. This is |
no outgoing calls
no test coverage detected