Rulvar API reference / @rulvar/evals / lexContractAudit
Function: lexContractAudit()
ts
function lexContractAudit(text, options?): ContractAuditLex;Defined in: packages/evals/src/lexer.ts:133
Lexes one document under the shared contract audit grammar; see the module comment for the doctrine. Malformed options refuse typed.
Parameters
| Parameter | Type |
|---|---|
text | string |
options? | ContractAuditLexOptions |