DIR: /proc/thread-self/cwd/node_modules/pusher-js/src/d.ts/module/ |
Current File : //proc/thread-self/cwd/node_modules/pusher-js/src/d.ts/module/module.d.ts |
declare var module: { exports: any; }; declare var require: { <T>(path: string): T; (paths: string[], callback: (...modules: any[]) => void): void; ensure: ( paths: string[], callback: (require: <T>(path: string) => T) => void ) => void; }; |