uni-ticket-system/node_modules/licia/replaceAll.d.ts
2023-12-05 10:11:10 +08:00

8 lines
121 B
TypeScript

declare function replaceAll(
str: string,
substr: string,
newSubstr: string
): string;
export = replaceAll;