UNPKG

api-wizard

Version:

A powerful TypeScript wrapper for native Fetch API with token management, interceptors, and type-safe HTTP requests

4 lines (3 loc) 146 B
import { Http, Option } from "./interfaces/index.js"; declare function instance(baseUrl: string, option?: Option): Http; export default instance;