UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines (7 loc) 195 B
/** * Search string for trailing pattern * @param {string} target * @param {string} pattern * @return boolean */ export declare const endsWith: (target: string, pattern: string) => boolean;