mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-28 15:31:11 -04:00

according to https://nuxt.com/docs/4.x/guide/directory-structure/shared#how-files-are-scanned standard
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
declare module 'path-to-regexp' {
|
|
const pathToRegexp: (path: string) => RegExp;
|
|
export = pathToRegexp;
|
|
}
|