Home Reference Source

mytoolkit

Docs https://beeleelee.github.io/mytoolkit/

Installation

$ npm install --save mytoolkit

Usage

import { typeOf, echo } from 'mytoolkit' 

if(typeOf([]) === 'Array') {
  console.log(echo('Array'))
}