UNPKG

@alinex/datastore

Version:

Read, work and write data structures from and to differents locations and formats.

10 lines 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.compress = exports.uncompress = void 0; exports.uncompress = (async function (parsedUri, buffer, options) { return buffer; }); exports.compress = (async function (parsedUri, buffer, options) { return buffer; }); //# sourceMappingURL=none.js.map