6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
|
import * as path from 'path';
|
||
|
let threads = require('threads');
|
||
|
import * as smartpromise from '@pushrocks/smartpromise';
|
||
|
|
||
|
export { path, smartpromise, threads };
|