@mozeyinedu/check

1.0.4 • Public • Published

@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
  • Facebook

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    0
    • latest

Version History

Package Sidebar

Install

npm i @mozeyinedu/check

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

4.59 kB

Total Files

8

Last publish

Collaborators

  • mozeyinedu