UNPKG
trpc-to-openapi
Version:
beta (3.2.0-beta.0)
latest (3.1.0)
3.2.0-beta.0
3.1.0
3.0.1
3.0.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.1.0-alpha.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-rc.1
2.0.0-rc.0
1.0.1
1.0.0
tRPC OpenAPI
github.com/mcampa/trpc-to-openapi
mcampa/trpc-to-openapi
trpc-to-openapi
/
dist
/
cjs
/
utils
/
path.d.ts
4 lines
•
226 B
TypeScript
View Raw
1
2
3
4
export
declare
const
normalizePath
:
(
path
:
string
) =>
string
;
export
declare
const
getPathParameters
:
(
path
:
string
) =>
string
[];
export
declare
const
getPathRegExp
:
(
path
:
string
) =>
RegExp
;
//# sourceMappingURL=path.d.ts.map