Searched defs:isNotEmpty (Results 1 – 1 of 1) sorted by relevance
26 isNotEmpty(): boolean; method141 export const isNotEmpty = function <T>(list: Array<T> | undefined): boolean { constant