blockchain-prototypes
v0.0.68
Published
`String` and `Number` prototype library
Readme
blockchain-prototypes
String and Number prototype library
Installation
yarn add blockchain-prototypesornpm install blockchain-prototypes
Implementation
import module on indexfile of your project or directly on your desired file
import 'blockchain-prototypes'Usage
const decimal_string = `0.098218011123`
const shifted = decimal_string.shiftedBy(-4)