smartspawn/ts/smartspawn.plugins.ts

6 lines
164 B
TypeScript

import * as path from 'path';
import * as threads from 'threads';
import * as smartpromise from '@pushrocks/smartpromise';
export { path, smartpromise, threads };