smartstring/ts/index.ts

8 lines
148 B
TypeScript
Raw Normal View History

2016-02-23 06:06:54 +00:00
/// <reference path="./typings/main.d.ts" />
import git = require("./smartstring.git");
let smartstring = {
git : git
};
export = smartstring;