@strpc ready
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user