smartpath/ts/smartpath.plugins.ts

6 lines
162 B
TypeScript
Raw Normal View History

2016-03-12 07:24:05 +00:00
/// <reference path="./typings/main.d.ts" />
export var beautylog = require ("beautylog");
2016-04-04 14:25:17 +00:00
export var home = require("home");
export var path = require("path");