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
/
esm
/
index.mjs
6 lines
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
export
{
OpenApiBuilder
}
from
'openapi3-ts/oas31'
;
export
*
from
'./utils/index.mjs'
;
export
*
from
'./adapters/index.mjs'
;
export
*
from
'./types.mjs'
;
export
*
from
'./generator/index.mjs'
;
//# sourceMappingURL=index.js.map