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