smartspawn/ts/smartspawn.plugins.ts
2024-05-14 19:28:39 +02:00

6 lines
165 B
TypeScript

import * as path from 'path';
import * as threads from 'threads';
import * as smartpromise from '@push.rocks/smartpromise';
export { path, smartpromise, threads };