Docs https://beeleelee.github.io/mytoolkit/
$ npm install --save mytoolkit
import { typeOf, echo } from 'mytoolkit'
if(typeOf([]) === 'Array') {
console.log(echo('Array'))
}
Docs https://beeleelee.github.io/mytoolkit/
$ npm install --save mytoolkit
import { typeOf, echo } from 'mytoolkit'
if(typeOf([]) === 'Array') {
console.log(echo('Array'))
}