smartspawn/dist/smartipc.plugins.d.ts

5 lines
113 B
TypeScript
Raw Normal View History

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