@@ -45,25 +45,19 @@ const customer = form.mutators.pop('customers')
45
45
## Table of Contents
46
46
47
47
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
48
-
49
48
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
50
-
51
49
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
52
50
53
- - [ 🏁 Final Form Arrays] ( #%F0%9F%8F%81-final-form-arrays )
54
- - [ Installation] ( #installation )
55
- - [ Usage] ( #usage )
56
- - [ Table of Contents] ( #table-of-contents )
57
- - [ Mutators] ( #mutators )
58
- - [ ` form.mutators.insert(name: string, index: number, value: any) => undefined ` ] ( #formmutatorsinsertname-string-index-number-value-any--undefined )
59
- - [ ` form.mutators.move(name: string, from: number, to: number) => undefined ` ] ( #formmutatorsmovename-string-from-number-to-number--undefined )
60
- - [ ` form.mutators.pop(name: string) => any ` ] ( #formmutatorspopname-string--any )
61
- - [ ` form.mutators.push(name: string, value: any) => void ` ] ( #formmutatorspushname-string-value-any--void )
62
- - [ ` form.mutators.remove(name: string, index: number) => any ` ] ( #formmutatorsremovename-string-index-number--any )
63
- - [ ` form.mutators.shift(name: string) => any ` ] ( #formmutatorsshiftname-string--any )
64
- - [ ` form.mutators.swap(name: string, indexA: number, indexB: number) => void ` ] ( #formmutatorsswapname-string-indexa-number-indexb-number--void )
65
- - [ ` form.mutators.update(name: string, index: number, value: any) => void ` ] ( #formmutatorsupdatename-string-index-number-value-any--void )
66
- - [ ` form.mutators.unshift(name: string, value: any) => void ` ] ( #formmutatorsunshiftname-string-value-any--void )
51
+ - [ Mutators] ( #mutators )
52
+ - [ ` form.mutators.insert(name: string, index: number, value: any) => undefined ` ] ( #formmutatorsinsertname-string-index-number-value-any--undefined )
53
+ - [ ` form.mutators.move(name: string, from: number, to: number) => undefined ` ] ( #formmutatorsmovename-string-from-number-to-number--undefined )
54
+ - [ ` form.mutators.pop(name: string) => any ` ] ( #formmutatorspopname-string--any )
55
+ - [ ` form.mutators.push(name: string, value: any) => void ` ] ( #formmutatorspushname-string-value-any--void )
56
+ - [ ` form.mutators.remove(name: string, index: number) => any ` ] ( #formmutatorsremovename-string-index-number--any )
57
+ - [ ` form.mutators.shift(name: string) => any ` ] ( #formmutatorsshiftname-string--any )
58
+ - [ ` form.mutators.swap(name: string, indexA: number, indexB: number) => void ` ] ( #formmutatorsswapname-string-indexa-number-indexb-number--void )
59
+ - [ ` form.mutators.update(name: string, index: number, value: any) => void ` ] ( #formmutatorsupdatename-string-index-number-value-any--void )
60
+ - [ ` form.mutators.unshift(name: string, value: any) => void ` ] ( #formmutatorsunshiftname-string-value-any--void )
67
61
68
62
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
69
63
0 commit comments