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