Package Exports
- @mozeyinedu/check
- @mozeyinedu/check/build/bundle.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mozeyinedu/check) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@mozeyinedu/check
Just to save time for other stuff...;
Description
"check is a package that contains functions that check some conditions just to preserve time for other stuff.
- You don't just have the ample time...
installation
npm install @mozeyinedu/check
Usage
...
import check from "@mozeyinedu/check";...
...
const check = require("@mozeyinedu/check");...
...
console.log(check.isString( "" ))
// true
console.log(check.isNumber( 20 ))
// true
console.log(check.isArray( [] ))
// true
console.log(check.isObject( {} ))
// true
console.log(check.isFunction( ()=>{} ))
// true
console.log(check.isObject( [] ))
// false
console.log(check.isObject( ()=>{} ))
// false
console.log(check.isObject( null ))
// false
console.log(check.isObject( undefined ))
// false...
Reach me;
- whatsApp/Call: +2348036000347