@strpc ready

This commit is contained in:
2023-09-22 20:32:41 +09:00
parent 3013554cef
commit 0f9d5c2dc9
19 changed files with 1485 additions and 186 deletions
+23
View File
@@ -0,0 +1,23 @@
export type {
HttpMethod,
RawArgType,
DefAPINamespace,
APICompatType,
ValidResponse,
InvalidResponse,
recoveryMethod,
InferResponse,
InferError,
InferQuery,
} from './types.js';
export {
type APITail,
GET,
POST,
PUT,
DELETE,
PATCH,
HEAD,
} from './tail.js';
export { clientAPIPathGen } from './clientAPIPathGen.js';