smartspawn/dist/smartipc.plugins.d.ts

6 lines
149 B
TypeScript
Raw Normal View History

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