ptokens-utils
Version:
repo holding some utils needed by other packages
34 lines (21 loc) • 400 B
Markdown
# ptokens-utils
This module allows to have access to some usefull utility used by other packages.
***
### Installation:
```
npm install ptokens-utils
```
***
### Usage
```js
import * as utils from 'ptokens-utils'
{ eth:
[Object: null prototype] {
addHexPrefix: [Function: addHexPrefix],
removeHexPrefix: [Function: removeHexPrefix],
....
```