Skip to content

rulvar API reference


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

ParameterType
claimPick<ModelClaim, "expiresAt">
atstring

Returns

boolean