UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

6 lines (5 loc) 142 B
/** * Returns wether the received parameter is the empty value or not * @param b */ export declare const isEmpty: (b: boolean) => boolean;