Skip to content

Commit 3973758

Browse files
committed
πŸ™‹πŸ»β€β™€οΈ missing export type
1 parent 687c253 commit 3973758

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žsrc/index.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ export {
5353
getValidationModes,
5454
insertAt,
5555
isEmptyObject,
56-
isNameInFieldArray,
5756
// utils
5857
isFunction,
58+
isNameInFieldArray,
5959
isWatched,
6060
moveArrayAt,
6161
prependAt,

β€Žsrc/types/index.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export * from './fieldArray';
55
export * from './fields';
66
export * from './form';
77
export * from './path';
8-
export * from './subjects';
98
export * from './resolvers';
9+
export * from './subjects';
1010
export * from './utils';
1111
export * from './validator';

0 commit comments

Comments
Β (0)