ruban-types
v0.1.5
Published
Collection of basic types used in rubanjs.
Readme
ruban-utils
This is a sub package of rubanjs
This contains collection of basic types used in rubanjs. Please read the documentation for more.
Installation
npm install ruban-typesUsage
Import what you need
import { Hex } from 'ruban-types';
console.log(new Hex('I have 100!').value);
> "0x49206861766520313030e282ac"Types
All the typescript typings are placed in the types folder.
