smartspawn/ts/smartspawn.plugins.ts

6 lines
164 B
TypeScript
Raw Normal View History

2018-08-02 13:31:05 +00:00
import * as path from 'path';
2022-07-28 20:35:16 +00:00
import * as threads from 'threads';
2018-08-02 13:31:05 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
export { path, smartpromise, threads };