初始化
This commit is contained in:
7
uni_modules/UniDevTools/node_modules/licia/replaceAll.d.ts
generated
vendored
Normal file
7
uni_modules/UniDevTools/node_modules/licia/replaceAll.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare function replaceAll(
|
||||
str: string,
|
||||
substr: string,
|
||||
newSubstr: string
|
||||
): string;
|
||||
|
||||
export = replaceAll;
|
||||
Reference in New Issue
Block a user