MCPcopy Index your code
hub / github.com/TanStack/form / isNonEmptyArray

Function isNonEmptyArray

packages/form-core/src/utils.ts:212–214  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

210 * @private
211 */
212export function isNonEmptyArray(obj: any) {
213 return !(Array.isArray(obj) && obj.length === 0)
214}
215
216interface AsyncValidatorArrayPartialOptions<T> {
217 validators?: T

Callers 1

constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected