Detalhes do pacote

@polytope-labs/hyperclient

polytope-labs237Apache-2.01.2.0

The hyperclient is a library for managing (in-flight) ISMP requests

readme (leia-me)

hyperclient

NPM

Allows clients of hyperbridge manage their in-flight ISMP requests.

Installation

npm install @polytope-labs/hyperclient

Usage

This library is designed to portable for use across various Js environments.

NodeJs

import { HyperClient } from "@polytope-labs/hyperclient";

Bundler (eg Webpack)

import { HyperClient } from "@polytope-labs/hyperclient/bundler";