@decaf-ts/core
Version:
Core persistence module for the decaf framework
9 lines (8 loc) • 324 B
TypeScript
/**
* @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 declare const RamFlavour = "ram";