Operators
ts
type Operators = Record<string, OperatorFn>;Defined in: renderer/type.ts:353
Registry of available operators.
Maps operator names to their corresponding implementation functions.
Since
1.0.0
Author
Simon Kovtyk