smartspawn/ts/smartspawn.plugins.ts

6 lines
162 B
TypeScript

import * as path from 'path';
let threads = require('threads');
import * as smartpromise from '@pushrocks/smartpromise';
export { path, smartpromise, threads };