1.8.6 • Published 1 year ago

@iota/util.js v1.8.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@iota/util.js

The code in the package is mostly utility classes for the rest of the packages to use.

Install

npm install @iota/util.js@1.9.0-stardust.1

Usage

import { Converter } from "@iota/util.js";

const bytes = Converter.utf8ToBytes("Hello World");

const hex = Converter.bytesToHex(bytes);

API

The class and method documentation can be found in ./docs/API.md