
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/pusher-js/src/d.ts/module/ |
| Current File : /home/questend/public_html/domains/flaxzy.com/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;
};

