JSPM

@lit-protocol/misc

6.4.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 17907
  • Score
    100M100P100Q146063F
  • License MIT

Package Exports

  • @lit-protocol/misc
  • @lit-protocol/misc/src/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 (@lit-protocol/misc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Quick Start

This submodule contains various utility functions for error handling, logging, type checking, and other operations in the JavaScript SDK for the Lit Protocol.

node.js / browser

yarn add @lit-protocol/misc

Vanilla JS (UMD)

<script src="https://cdn.jsdelivr.net/npm/@lit-protocol/misc-vanilla/misc.js"></script>
<script>
  console.log(LitJsSdk_misc);
</script>