Files
common/README.md
greenkeeper[bot] fab4b22da5 Add Greenkeeper badge 🌴 (#15)
* docs(readme): add Greenkeeper badge

* Update README.md
2017-11-24 00:08:27 +01:00

1.0 KiB

Utilities

Build Status Coverage Status Greenkeeper badge Dependency Status devDependency Status

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.