@xmr-core/xmr-str-utils
v0.0.8
Published
A library for working with strings commonly used in other Monero libraries
Downloads
25
Maintainers
Readme
@xmr-core/xmr-str-utils
A library for working with strings commonly used in other Monero libraries
Features
- Hex string validation / manipulation
- Working with integers in string format
- General string operations (trim/pad)
Usage
import { hexUtils } from "@xmr-core/xmr-str-utils";
const valid = hexUtils.valid_hex("0x01");
Installation
yarn add @xmr-core/xmr-str-utils
License
The project is licensed under the MIT license.