diff --git a/index.d.ts b/index.d.ts index 07f6795..99c9811 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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`.