CloudProxyPro/node_modules/regex/dist/esm/utils-internals.d.ts
2025-09-05 14:59:21 +08:00

10 lines
249 B
TypeScript

export const noncapturingDelim: any;
/**
@param {string} str
@param {number} pos
@param {string} oldValue
@param {string} newValue
@returns {string}
*/
export function spliceStr(str: string, pos: number, oldValue: string, newValue: string): string;