assertKeyedRateLimitOutcome()
Assert and deeply normalize one strict externally authoritative D648 outcome.
Import
Section titled “Import”import { assertKeyedRateLimitOutcome } from "@graphrefly/ts/rate-limit";Signature
Section titled “Signature”function assertKeyedRateLimitOutcome(value: unknown): KeyedRateLimitOutcomeParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
value | unknown | Candidate externally authoritative outcome material. |
Returns
Section titled “Returns”The immutable normalized strict outcome.
Example
Section titled “Example”import { assertKeyedRateLimitOutcome } from "@graphrefly/ts/rate-limit";Source
Section titled “Source”packages/ts/src/rate-limit/keyed-rate-limit.ts