Files
smartspawn/ts/smartspawn.plugins.ts

6 lines
165 B
TypeScript
Raw Permalink Normal View History

2018-08-02 15:31:05 +02:00
import * as path from 'path';
2022-07-28 22:35:16 +02:00
import * as threads from 'threads';
2024-05-14 19:28:39 +02:00
import * as smartpromise from '@push.rocks/smartpromise';
2018-08-02 15:31:05 +02:00
export { path, smartpromise, threads };