PronounsPage/types/path-to-regexp.ts
2024-06-26 13:10:55 +02:00

5 lines
113 B
TypeScript

declare module 'path-to-regexp' {
const pathToRegexp: (path: string) => RegExp;
export = pathToRegexp;
}