smartarchive/index.d.ts

7 lines
135 B
TypeScript
Raw Normal View History

2016-01-18 18:38:55 +00:00
/// <reference path="ts/typings/tsd.d.ts" />
declare module RemotezipPlugins {
var init: () => {
remotefile: any;
};
}