smartpath/ts/index.ts
2016-03-12 09:36:30 +01:00

16 lines
289 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 = {
absolute: SmartpathAbsolute
};
export = smartpath;