6 lines
149 B
TypeScript
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 };
|