smartpath/ts/index.ts

16 lines
266 B
TypeScript

/// <reference path="typings/main.d.ts" />
import plugins = require("./smartpath.plugins");
import SmartpathAbsolute = require("./smartpath.absolute");
/**
*
* @type {{getPath: (function(any): undefined)}}
*/
let smartpath = {
};
module.exports = smartpath;