@decaf-ts/core
Version:
Core persistence module for the decaf framework
12 lines • 454 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RamFlavour = void 0;
/**
* @description Identifier for the RAM adapter
* @summary A constant string that uniquely identifies the RAM adapter in the system. Used for adapter type identification and configuration across the core module.
* @const RamFlavour
* @memberOf module:core
* @category Ram
*/
exports.RamFlavour = "ram";
//# sourceMappingURL=constants.js.map