UNPKG

bananas-commerce

Version:

A client for bananas-commerce with support for TypeScript

5 lines (4 loc) 305 B
export { Fetcher } from "./fetcher.js"; export type { FetcherApi } from "./fetcher.js"; export type { ApiResponse, FetchArgType, FetchErrorType, FetchReturnType, Middleware, OpArgType, OpDefaultReturnType, OpErrorType, OpReturnType, TypedFetch, } from "./types.js"; export { ApiError } from "./types.js";