mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-08-03 11:07:00 -04:00
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
declare module 'path-to-regexp' {
|
|
const pathToRegexp: (path: string) => RegExp;
|
|
export = pathToRegexp;
|
|
}
|