API Reference / @evolu/common / Function
Function
Type Aliases
Type Alias | Description |
---|---|
LazyValue | A function that delays computation and returns a value of type T. |
Variables
Variable | Description |
---|---|
constFalse | - |
constNull | - |
constTrue | - |
constUndefined | - |
constVoid | - |
Functions
Function | Description |
---|---|
exhaustiveCheck | Helper function to ensure exhaustive matching in a switch statement. Throws an error if an unhandled case is encountered. |
identity | - |