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

0.7.0 • Public • Published

with-digest-fetch

Forked from digest-fetch, build for cjs/esm support.

See https://github.com/devfans/digest-fetch#readme for usage.

Changes in this fork

  • Ships both ESM and CJS bundles with correct module exports.
  • Better TypeScript support.

Install

npm install with-digest-fetch

Usage

import DigestClient from "with-digest-fetch";

const client = new DigestClient("user", "password");
await client.fetch(url, options);

Package Sidebar

Install

npm i with-digest-fetch

Weekly Downloads

9

Version

0.7.0

License

MIT

Unpacked Size

56.4 kB

Total Files

10

Last publish

Collaborators

  • peakybingy