qenv/ts/qenv.plugins.ts

6 lines
198 B
TypeScript
Raw Normal View History

2016-06-19 15:33:54 +00:00
import "typings-global";
export import beautylog = require("beautylog");
2016-06-20 05:06:15 +00:00
export let lodash = require("lodash");
2016-06-19 18:08:34 +00:00
export import path = require("path");
2016-06-19 15:33:54 +00:00
export import smartfile = require("smartfile");