@@ -40,16 +40,15 @@ The validation errors are detailed. Adapted from the brilliant work in `flow-run
4040 - [ ` t.oneOf(t.string(), t.number()) ` ] ( #toneoftstring-tnumber )
4141 - [ ` t.alias(name, type) ` ] ( #taliasname-type )
4242 - [ ` t.ref(() => typeAlias) ` ] ( #tref--typealias )
43- - [ ` t.Type<T> ` ] ( #ttype )
43+ - [ ` t.Type<T> ` ] ( #ttypet )
4444 - [ ` accepts(input: any): boolean ` ] ( #acceptsinput-any-boolean )
45- - [ ` assert<V extends T>(input: any, prefix = '', path?: (string | number | symbol)[]): V ` ] ( #assertinput-any-prefix---path-string--number--symbol-v )
46- - [ ` validate(input: any, prefix = '', path?: (string | number | symbol)[]): Validation<T> ` ] ( #validateinput-any-prefix---path-string--number--symbol-validation )
47- - [ ` warn(input: any, prefix = '', path?: (string | number | symbol)[]): void ` ] ( #warninput-any-prefix---path-string--number--symbol-void )
45+ - [ ` assert<V extends T>(input: any, prefix = '', path?: (string | number | symbol)[]): V ` ] ( #assertv-extends-tinput-any-prefix---path-string--number--symbol-v )
46+ - [ ` validate(input: any, prefix = '', path?: (string | number | symbol)[]): Validation<T> ` ] ( #validateinput-any-prefix---path-string--number--symbol-validationt )
4847 - [ ` toString(): string ` ] ( #tostring-string )
49- - [ ` t.ExtractType<T extends Type<any>> ` ] ( #textracttype )
50- - [ ` t.TypeAlias<T> ` ] ( #ttypealias )
48+ - [ ` t.ExtractType<T extends Type<any>> ` ] ( #textracttypet-extends-typeany )
49+ - [ ` t.TypeAlias<T> ` ] ( #ttypealiast )
5150 - [ ` readonly name: string ` ] ( #readonly-name-string )
52- - [ ` addConstraint(...constraints: TypeConstraint<T>[]): this ` ] ( #addconstraintconstraints-typeconstraint -this )
51+ - [ ` addConstraint(...constraints: TypeConstraint<T>[]): this ` ] ( #addconstraintconstraints-typeconstraintt -this )
5352 - [ Custom Constraints] ( #custom-constraints )
5453 - [ Recursive Types] ( #recursive-types )
5554
0 commit comments