@decaf-ts/core
Version:
Core persistence module for the decaf framework
10 lines (9 loc) • 304 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.
* @const RamFlavour
* @memberOf module:core
* @category Ram
*/
export declare const RamFlavour = "ram";