UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 176 B
/** * Return the specified character expression in uppercase letters. * @param {string} value * @return string */ export declare const toUpper: (target: string) => string;