UNPKG

152 BTypeScriptView Raw
1/**
2 * This is the common logic for both the Node.js and web browser
3 * implementations of `debug()`.
4 */
5export declare function setup(env: any): any;