2016-09-28 21:46:28 +00:00
|
|
|
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 };
|