EASYAIuniappNewUI/node_modules/licia/replaceAll.d.ts
2025-02-08 18:50:38 +08:00

8 lines
121 B
TypeScript

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