smartpath/ts/smartpath.plugins.ts

6 lines
148 B
TypeScript
Raw Normal View History

2016-06-14 03:16:43 +00:00
import "typings-global";
export import beautylog = require ("beautylog");
2016-04-04 14:25:17 +00:00
export var home = require("home");
2016-06-14 03:16:43 +00:00
export import path = require("path");
2016-04-04 14:25:17 +00:00