qenv/dist/qenv.plugins.d.ts

6 lines
191 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 declare let lodash: any;
export import path = require("path");
2016-06-19 15:33:54 +00:00
export import smartfile = require("smartfile");