MCPcopy Index your code
hub / github.com/comuline/api / createAPI

Function createAPI

src/modules/api.ts:4–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { type Environments } from "@/type"
3
4export const createAPI = <T extends Environments>() =>
5 new OpenAPIHono<T>({ strict: true })

Callers 5

index.tsFile · 0.90
index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected