Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 406 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 406 Bytes

@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

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