5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
import 'typings-global';
|
|
declare let threads: any;
|
|
import * as smartq from 'smartq';
|
|
export { smartq, threads };
|