Source

ram/constants.ts

/**
 * @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 const RamFlavour = "ram";