Files
smartpath/ts/smartpath.plugins.ts

6 lines
111 B
TypeScript
Raw Permalink Normal View History

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