UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

6 lines (5 loc) 97 B
/** * @param value * @return boolean */ export declare const isNull: (value: any) => boolean;