smartcert/ts/cert.plugins.ts
2016-06-21 21:08:04 +02:00

7 lines
193 B
TypeScript

import "typings-global";
export import path = require("path");
export let q = require("q");
export import smartfile = require("smartfile");
export import smartstring = require("smartstring");