initial
This commit is contained in:
8
ts/index.ts
Normal file
8
ts/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
import git = require("./smartstring.git");
|
||||
|
||||
let smartstring = {
|
||||
git : git
|
||||
};
|
||||
|
||||
export = smartstring;
|
Reference in New Issue
Block a user