smartspawn/dist/smartipc.plugins.d.ts

6 lines
149 B
TypeScript
Raw Normal View History

import 'typings-global';
2017-03-04 10:40:32 +00:00
import * as path from 'path';
2017-01-29 19:50:36 +00:00
declare let threads: any;
import * as smartq from 'smartq';
2017-03-04 10:40:32 +00:00
export { path, smartq, threads };