7 lines
273 B
TypeScript
7 lines
273 B
TypeScript
import "typings-global";
|
|
export import cert = require("cert");
|
|
export import path = require("path");
|
|
export import q = require("q");
|
|
export let shelljs = require("shelljs");
|
|
export import smartfile = require("smartfile");
|
|
export import smartstring = require("smartstring"); |