UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 197 B
import { GxDate } from "../types/gxdate"; /** * @param value * @return boolean */ export declare const isEmpty: (value: boolean | number | string | Date | null | undefined | GxDate) => boolean;