UNPKG

apiful

Version:

Extensible, typed API tooling

8 lines (7 loc) 277 B
import { ApiClient } from "../client.js"; import { $Fetch } from "ofetch"; //#region src/extensions/ofetch.d.ts interface OFetchClient extends $Fetch {} declare function ofetchBuilder(): (client: ApiClient) => OFetchClient; //#endregion export { OFetchClient, ofetchBuilder };