This commit is contained in:
2016-02-23 07:06:54 +01:00
parent 6e684894d1
commit 49bf29e875
13 changed files with 265 additions and 0 deletions

8
ts/index.ts Normal file
View File

@@ -0,0 +1,8 @@
/// <reference path="./typings/main.d.ts" />
import git = require("./smartstring.git");
let smartstring = {
git : git
};
export = smartstring;