UNPKG

memory-card

Version:

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

11 lines 316 B
import { log, } from '../config.js'; export class StorageBackend { name; options; constructor(name, options) { this.name = name; this.options = options; log.verbose('StorageBackend', 'constructor(%s, { type: %s })', name, options.type); } } //# sourceMappingURL=backend.js.map