smartpath/dist/smartpath.plugins.d.ts

5 lines
101 B
TypeScript
Raw Normal View History

2016-09-30 15:08:09 +00:00
import 'typings-global';
2017-02-19 02:29:54 +00:00
declare let home: any;
import * as path from 'path';
export { home, path };