PronounsPage/types/path-to-regexp.d.ts
2024-09-11 21:28:41 +02:00

5 lines
113 B
TypeScript

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