8 lines
266 B
TypeScript
8 lines
266 B
TypeScript
import "typings-global";
|
|
export import cert = require("cert");
|
|
export import path = require("path");
|
|
export import q = require("q");
|
|
export declare let shelljs: any;
|
|
export import smartfile = require("smartfile");
|
|
export import smartstring = require("smartstring");
|