Patch Changes
-
#1024
5284b60
Thanks @ssalbdivad! - ### Add .satisfies as an attest assertion to compare the value to an ArkType definition.attest({ foo: "bar" }).satisfies({ foo: "string" }) // Error: foo must be a number (was string) attest({ foo: "bar" }).satisfies({ foo: "number" })
-
Updated dependencies [
1bf2066
]:- @arktype/util@0.0.50
- arktype@2.0.0-dev.25