更新
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
declare function replaceAll(
|
||||
str: string,
|
||||
substr: string,
|
||||
newSubstr: string
|
||||
): string;
|
||||
|
||||
export = replaceAll;
|
||||
Reference in New Issue
Block a user