We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de24cc7 commit d656177Copy full SHA for d656177
src/index.ts
@@ -2,7 +2,7 @@ import { compile, PathFunction } from "path-to-regexp";
2
import { stringify as stringifyQuery } from "qs";
3
4
interface CompilePathParams {
5
- [key: string]: string | number | string[];
+ [key: string]: string | number | string[] | number[];
6
}
7
interface CompilePathQuery {
8
[key: string]: any;
0 commit comments