We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa30c7 commit 359cfa3Copy full SHA for 359cfa3
README.md
@@ -34,7 +34,7 @@ The validation errors are detailed. Adapted from the brilliant work in `flow-run
34
- [`t.simpleObject({ foo: t.string() })`](#tsimpleobject-foo-tstring-)
35
- [`t.object`](#tobject)
36
- [`t.record(t.string(), t.number())`](#trecordtstring-tnumber)
37
- - [`t.instanceof(Date)`](#tinstanceofdate)
+ - [`t.instanceOf(Date)`](#tinstanceofdate)
38
- [`t.tuple(t.string(), t.number())`](#ttupletstring-tnumber)
39
- [`t.allOf(A, B)`](#tallofa-b)
40
- [`t.oneOf(t.string(), t.number())`](#toneoftstring-tnumber)
0 commit comments