0.15.0 • Published 2 years ago

ptokens-utils v0.15.0

Weekly downloads
100
License
LGPL-3.0
Repository
github
Last release
2 years ago

ptokens-utils

This module allows to have access to some usefull utility used by other packages.

 


 

Installation:

npm install ptokens-utils

 


 

Usage

import * as utils from 'ptokens-utils'

{ eth:
   [Object: null prototype] {
     addHexPrefix: [Function: addHexPrefix],
     removeHexPrefix: [Function: removeHexPrefix],
     ....