rulvar API reference / @rulvar/core / claimExpired
Function: claimExpired()
ts
function claimExpired(claim, at): boolean;Defined in: packages/core/src/knowledge/decay.ts:41
True when the claim steers nothing at at (the read-path filter).
Parameters
| Parameter | Type |
|---|---|
claim | Pick<ModelClaim, "expiresAt"> |
at | string |
Returns
boolean