smartpath/ts/smartpath.plugins.ts

6 lines
111 B
TypeScript
Raw Permalink Normal View History

2018-07-21 21:26:11 +00:00
import * as os from 'os';
import * as path from 'path';
2022-03-14 12:26:48 +00:00
import * as url from 'url';
2017-02-19 02:29:54 +00:00
2022-03-14 12:26:48 +00:00
export { os, path, url };