smartarchive/ts/remotezip.plugins.ts
2016-01-18 19:38:55 +01:00

9 lines
209 B
TypeScript

/// <reference path="./index.ts" />
module RemotezipPlugins {
export var init = function() {
var plugins = {
remotefile: require("remotefile")
};
return plugins;
}
}