UNPKG

memory-card

Version:

ES6 Map like Async API, with Swagger API Backend Support.

15 lines 480 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StorageBackend = void 0; const config_js_1 = require("../config.js"); class StorageBackend { name; options; constructor(name, options) { this.name = name; this.options = options; config_js_1.log.verbose('StorageBackend', 'constructor(%s, { type: %s })', name, options.type); } } exports.StorageBackend = StorageBackend; //# sourceMappingURL=backend.js.map