9 lines
126 B
TypeScript
9 lines
126 B
TypeScript
|
import 'typings-global'
|
||
|
let threads = require('threads')
|
||
|
import * as smartq from 'smartq'
|
||
|
|
||
|
export {
|
||
|
smartq,
|
||
|
threads
|
||
|
}
|