smartspawn/ts/smartipc.plugins.ts

11 lines
165 B
TypeScript
Raw Normal View History

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