We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286bb5a commit f2f0a9cCopy full SHA for f2f0a9c
1 file changed
src/utils/traverseAndAction.ts
@@ -1,4 +1,4 @@
1
-type ValueType = string | object | number | any[] | null;
+type ValueType = string | object | number | ValueType[] | null;
2
type ObjectType = Record<string, ValueType>;
3
4
const isObject = (value: unknown): boolean => {
0 commit comments