UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines (7 loc) 181 B
/** * Return character at position * @param {string} target * @param {number} from * @return {string} */ export declare const charAt: (target: string, from: number) => string;