smartspawn/ts/smartspawn.plugins.ts

6 lines
165 B
TypeScript
Raw Permalink 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';
2024-05-14 17:28:39 +00:00
import * as smartpromise from '@push.rocks/smartpromise';
2018-08-02 13:31:05 +00:00
export { path, smartpromise, threads };