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) 136 B
import { Http, Option } from "./interface"; declare function instance(baseUrl: string, option?: Option): Http; export default instance;