zs-extract
Version:
Zippyshare download data extractor
13 lines (11 loc) • 308 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VERSION = exports.NAME = void 0;
// This file contains compile-time defined variables.
const NAME = "zs-extract";
exports.NAME = NAME;
const VERSION = "1.2.1";
exports.VERSION = VERSION;
//# sourceMappingURL=meta.js.map
;