UNPKG

@types/es-abstract

Version:
10 lines (9 loc) 270 B
declare function GetSubstitution( matched: string, str: string, position: number, captures: ReadonlyArray<string | undefined>, namedCaptures: undefined | { [groupName: string]: unknown }, replacement: string, ): string; export = GetSubstitution;