UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

6 lines (5 loc) 121 B
/** * Converts the given boolean value to string * @param b */ export declare const toString: (b: boolean) => string;