Skip to content

Commit 2fbd64f

Browse files
authored
Merge pull request #159 from woosuk288/patch-1
Update strings.d.ts
2 parents 3793a5d + 12e0a77 commit 2fbd64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

danfojs-node/types/core/strings.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class Str {
7070
* @params {replaceValue: String | Character} string to replace with
7171
* @return {array}
7272
*/
73-
replace(searchValue?: string, replaceValue?: string): any[];
73+
replace(searchValue?: string | RegExp, replaceValue?: string): any[];
7474
/**
7575
* Returns a new string with a specified number of copies of an existing string
7676
* @params {num: Integer} Number of times to repeat

0 commit comments

Comments
 (0)