UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 242 B
/** * Returns the ASCII value of the first character in the string * @param {string} str The string to convert to ASCII * @returns The ASCII value of the first character in the string */ export declare const asc: (str: string) => number;