UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 193 B
/** * Returns true if the received number represents the empty value (i.e., zero). * @param {number} target * @returns boolean */ export declare const isEmpty: (target: number) => boolean;