Package Exports
- @paqujs/rest
- @paqujs/rest/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@paqujs/rest) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@paqujs/rest
REST module for paqu.js.
Installation
Node.js 16.x or higher is required.
npm install @paqujs/rest
yarn add @paqujs/rest
pnpm add @paqujs/rest
Usage
import { REST } from '@paqujs/rest';
const rest = new REST();
rest.<method>('https://example.com').then(console.log);