2016-05-31 19:16:45 +02:00
|
|
|
import "typings-global";
|
2016-06-14 00:27:55 +02:00
|
|
|
export import beautylog = require("beautylog");
|
2016-05-31 19:16:45 +02:00
|
|
|
export declare let base64: any;
|
|
|
|
export declare let fs: any;
|
2016-06-14 00:27:55 +02:00
|
|
|
export declare let minimatch: any;
|
|
|
|
export import path = require("path");
|
|
|
|
export import smartfile = require("smartfile");
|
2016-06-01 02:31:29 +02:00
|
|
|
export import smartpath = require("smartpath");
|