smartpath/ts/smartpath.plugins.ts

5 lines
78 B
TypeScript
Raw Normal View History

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