1.0.2 • Published 2 years ago
fetchop v1.0.2
Getting Started
Installation
Prerequisites
$ npm install -D fetchop
$ pnpm add -D fetchop
Usage
Basic usage
You can import the library in your project like this:
import { Fetchop } from 'fetchop'
Then you can create a new instance of Fetchop like this:
const fetchop = new Fetchop()