File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Yup's API is heavily inspired by [Joi](https://github.com/hapijs/joi), but leane
9
9
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
10
10
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
11
11
12
+
12
13
- [ Install] ( #install )
13
14
- [ Usage] ( #usage )
14
15
- [ Using a custom locale dictionary] ( #using-a-custom-locale-dictionary )
@@ -84,6 +85,7 @@ Yup's API is heavily inspired by [Joi](https://github.com/hapijs/joi), but leane
84
85
- [ ` array.ensure(): Schema ` ] ( #arrayensure-schema )
85
86
- [ ` array.compact(rejector: (value) => boolean): Schema ` ] ( #arraycompactrejector-value--boolean-schema )
86
87
- [ object] ( #object )
88
+ - [ Object schema defaults] ( #object-schema-defaults )
87
89
- [ ` object.shape(fields: object, noSortEdges?: Array<[string, string]>): Schema ` ] ( #objectshapefields-object-nosortedges-arraystring-string-schema )
88
90
- [ ` object.from(fromKey: string, toKey: string, alias: boolean = false): Schema ` ] ( #objectfromfromkey-string-tokey-string-alias-boolean--false-schema )
89
91
- [ ` object.noUnknown(onlyKnownKeys: boolean = true, message?: string | function): Schema ` ] ( #objectnounknownonlyknownkeys-boolean--true-message-string--function-schema )
You can’t perform that action at this time.
0 commit comments