1.0.1 • Published 4 years ago

@extreme_hero/deeptype v1.0.1

Weekly downloads
65
License
MIT
Repository
github
Last release
4 years ago

Installation

Npm:

npm i @anishshobith/deeptype

Yarn:

yarn add @anishshobith/deeptype

Usage

JavaScript:

const { Type } = require('@anishshobith/deeptype');

const type = new Type(40);

console.log(type.toString()); // number

TypeScript:

import { Type } = from '@anishshobith/deeptype';

const type = new Type(40);

console.log(type.toString()); // number