1.0 KiB
1.0 KiB
Utilities
Introduction
Usage
Installation -
npm install --save @polkadot/util
Functions can be imported directly from the package, e.g.
import { isHex } from '@polkadot/util';
Alternatively the function can be accessed directly,
import isHex from '@polkadot/util/is/hex';
Available Utilities
For a list of currently exposed methods, see the library documentation.