debug.d.ts 60 B

123
  1. declare function debug(name: string): any;
  2. export = debug;