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