UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

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