UNPKG
trpc-openapi
Version:
alpha (1.0.0-alpha.4)
latest (1.2.0)
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.2
0.2.1-alpha.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
tRPC OpenAPI
github.com/jlalmes/trpc-openapi
jlalmes/trpc-openapi
trpc-openapi
/
dist
/
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