ExpressionFunctionMap
Key-Value map of Expression Names and their implementation
TypeScript
export type ExpressionFunctionMap<T extends string> = Record<T | string, ExpressionFunction>;Key-Value map of Expression Names and their implementation
export type ExpressionFunctionMap<T extends string> = Record<T | string, ExpressionFunction>;