UNPKG

@_lan/web-libs

Version:

<div align="center"> <img src="./public/favicon.svg" width="160" /> <h1>SoybeanAdmin AntDesign</h1> <span>中文 | <a href="./README.en_US.md">English</a></span> </div>

11 lines (7 loc) 227 B
import { ofetch } from 'ofetch'; import type { FetchOptions } from 'ofetch'; export function createRequest(options: FetchOptions) { const request = ofetch.create(options); return request; } export default createRequest;