smartarchive/ts/index.ts

8 lines
150 B
TypeScript
Raw Normal View History

2017-03-12 21:16:48 +00:00
/// <reference path="./typings/main.d.ts" />
2016-01-18 21:17:24 +00:00
2017-03-12 21:16:48 +00:00
import plugins = require("./smartarchive.plugins");
2016-01-18 21:17:24 +00:00
2017-03-12 21:16:48 +00:00
var smartarchive = {
2016-01-18 21:17:24 +00:00
};
2017-03-12 21:16:48 +00:00
export = smartarchive;