qinda-tools
v1.0.7
Published
Collection of commonly used tools
Downloads
3
Readme
❯ Install
$ npm install qinda-tools
❯ Usage
import tools from 'qinda-tools'
console.log(tools.BaseMethods.getTypeOf(88))
console.log(tools.Validate.mobileCheck(888888888))