Files
smartspawn/ts/smartspawn.plugins.ts
T

6 lines
153 B
TypeScript

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