UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 164 B
/** * Test string for emptiness or spaces only content * @param {string} target * @return boolean */ export declare const isEmpty: (target: string) => boolean;