UNPKG

@metamask/sdk-react

Version:

A react component and react hooks to connect and use MetaMask

8 lines 284 B
import debug from 'debug'; /** * Logger for the SDK. * This logger uses the 'debug' library for outputting debug information. * Logging is enabled in the code via `debug.enable('__NAMESPACE__')`. */ export declare const logger: debug.Debugger; //# sourceMappingURL=logger.d.ts.map