smartspawn/ts/smartspawn.plugins.ts
2019-08-22 00:04:27 +02:00

6 lines
164 B
TypeScript

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