smartnginx/ts/smartnginx.plugins.ts
2016-07-08 03:36:51 +02:00

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");