smartstring/ts/index.ts
2016-02-23 07:06:54 +01:00

8 lines
148 B
TypeScript

/// <reference path="./typings/main.d.ts" />
import git = require("./smartstring.git");
let smartstring = {
git : git
};
export = smartstring;