For AI agents: visit https://lucid-developer-docs.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
function typedRecordValidator<K, V>(keyValidator, valueValidator): (x) => x is Record<K, V>
| Type parameter |
|---|
K extends string | number | symbol |
V |
Function
x is Record<K, V>