0.1.5 • Published 5 years ago

ruban-types v0.1.5

Weekly downloads
4
License
LGPL-3.0
Repository
github
Last release
5 years ago

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-types

Usage

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.