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 lowercase letters. * @param {string} value * @return string */ export declare const toLower: (target: string) => string;