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