yz-fetch
TypeScript icon, indicating that this package has built-in type declarations

1.0.17 • Public • Published

Fetch 库

封装原生 fetch,支持 get post rawJson formdata

import Request from 'yz-fetch'

Request("url", {
    method: "get",
    body: { ...params }
});

参数列表

params

Readme

Keywords

none

Package Sidebar

Install

npm i yz-fetch

Weekly Downloads

9

Version

1.0.17

License

ISC

Unpacked Size

14.6 kB

Total Files

5

Last publish

Collaborators

  • webxiaoyou