smartarchive/ts/index.ts

6 lines
104 B
TypeScript
Raw Normal View History

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;