UNPKG

@lit-protocol/uint8arrays

Version:

This submodule provides functions to make dealing with Uint8Arrays easier.

15 lines (9 loc) 235 B
# Quick Start This submodule provides functions to make dealing with Uint8Arrays easier. Here are the two main functions: - uint8arrayFromString - uint8arrayToString ### node.js / browser ``` yarn add @lit-protocol/uint8array ```