UNPKG

@worker-tools/deno-kv-storage

Version:

An implementation of the StorageArea (1,2,3) interface for Deno with an extensible system for supporting various database backends.

10 lines 620 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Status = exports.Empty = exports.DB = void 0; var db_js_1 = require("./src/db.js"); Object.defineProperty(exports, "DB", { enumerable: true, get: function () { return db_js_1.DB; } }); var rows_js_1 = require("./src/rows.js"); Object.defineProperty(exports, "Empty", { enumerable: true, get: function () { return rows_js_1.Empty; } }); var constants_js_1 = require("./src/constants.js"); Object.defineProperty(exports, "Status", { enumerable: true, get: function () { return constants_js_1.Status; } }); //# sourceMappingURL=mod.js.map