smartspawn/ts/smartipc.plugins.ts

9 lines
126 B
TypeScript
Raw Normal View History

2017-01-29 19:50:36 +00:00
import 'typings-global'
let threads = require('threads')
import * as smartq from 'smartq'
export {
smartq,
threads
}