Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
*/
212
export
function
isNonEmptyArray(obj: any) {
213
return
!(Array.isArray(obj) && obj.length === 0)
214
}
215
216
interface
AsyncValidatorArrayPartialOptions<T> {
217
validators?: T
Callers
1
constructor
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected