UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

9 lines (8 loc) 241 B
/** * Return position for first pattern occurence. * @param {string} target * @param {string} pattern * @param {number} from * @return number */ export declare const indexOf: (target: string, pattern: string, from?: number) => number;