UNPKG

@types/es-abstract

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