CloudProxyPro/node_modules/regex/dist/esm/utils-internals.d.ts

10 lines
249 B
TypeScript
Raw Normal View History

2025-09-05 14:59:21 +08:00
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;