smartarchive/ts/remotezip.plugins.ts

9 lines
209 B
TypeScript
Raw Normal View History

2016-01-18 18:38:55 +00:00
/// <reference path="./index.ts" />
module RemotezipPlugins {
export var init = function() {
var plugins = {
remotefile: require("remotefile")
};
return plugins;
}
}