8 lines
166 B
TypeScript
8 lines
166 B
TypeScript
|
/// <reference path="./typings/main.d.ts" />
|
||
|
var plugins = {
|
||
|
path: require("path"),
|
||
|
Q: require("q"),
|
||
|
smartfile: require("smartfile")
|
||
|
};
|
||
|
|
||
|
export = plugins;
|