UNPKG

util-nonempty

Version:

Is the input (plain object, array, string or whatever) not empty?

5 lines (3 loc) 114 B
declare const version: string; declare function nonEmpty(input: unknown): boolean; export { nonEmpty, version };