knifetch
v0.0.0
Published
<!-- automd:badges color=yellow -->
Downloads
4
Readme
knifetch
knifetch is a customized fetch function with enhanced features.
Usage
Install package:
# ✨ Auto-detect
npx nypm install knifetch
# npm
npm install knifetch
# yarn
yarn add knifetch
# pnpm
pnpm install knifetch
# bun
bun install knifetch
# deno
deno install knifetch
Import:
ESM (Node.js, Bun, Deno)
import {} from "knifetch";
CommonJS (Legacy Node.js)
const {} = require("knifetch");
CDN (Deno, Bun and Browsers)
import {} from "https://esm.sh/knifetch";
Development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Run interactive tests using
pnpm dev
License
Published under the MIT license. Made by community 💛
🤖 auto updated with automd