smartarchive/index.d.ts
2016-01-18 19:38:55 +01:00

7 lines
135 B
TypeScript

/// <reference path="ts/typings/tsd.d.ts" />
declare module RemotezipPlugins {
var init: () => {
remotefile: any;
};
}