smartspawn/dist/smartipc.plugins.d.ts

6 lines
149 B
TypeScript

import 'typings-global';
import * as path from 'path';
declare let threads: any;
import * as smartq from 'smartq';
export { path, smartq, threads };