UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 157 B
/** * Assigns the empty value in an attribute or variable * @param target * @return number */ export declare const setEmpty: (target: number) => number;