Files
smartspawn/ts/smartspawn.plugins.ts
T

6 lines
153 B
TypeScript
Raw Normal View History

2018-08-02 15:31:05 +02:00
import * as path from 'path';
import * as url from 'url';
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, url };