Skip to content

Commit

Permalink
Merge pull request #76 from carafelix/patch-1
Browse files Browse the repository at this point in the history
fix anythingButRange range parameters type
  • Loading branch information
francisrstokes authored Jul 5, 2024
2 parents 30004fe + 93bf14c commit 781663d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ declare class SuperExpressive {
/**
* Matches any character, except those that would be captured by the `.range` specified by `a` and `b`.
*/
anythingButRange(a: number, b: number): SuperExpressive;
anythingButRange(a: string, b: string): SuperExpressive;

/**
* Matches the exact string `s`.
Expand Down

0 comments on commit 781663d

Please sign in to comment.