high-concurrency
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

HCO

High concurrency front-end solution

How to use

Step 1. install

  npm i high-concurrency

Step 2. use case

  import { HCF } from "high-concurrency";

  ...
  const getTest = async () => {
    HCF(
      "/api/healthz",
      {},
      {
        cache: true,
        duplicateMerge: true,
      }
    );
  };
  ...

// npm 官方源
npm config set registry https://registry.npmjs.org/


Readme

Keywords

none

Package Sidebar

Install

npm i high-concurrency

Weekly Downloads

1

Version

0.1.2

License

ISC

Unpacked Size

5.8 kB

Total Files

7

Last publish

Collaborators

  • bobblehat