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

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