@decaf-ts/core
Version:
Core persistence module for the decaf framework
9 lines • 353 B
JavaScript
/**
* @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
*/
export const RamFlavour = "ram";
//# sourceMappingURL=constants.js.map