@nathanfaucett/is_length

0.0.1 • Public • Published

isLength

checks if value is an array length

var isLength = require("@nathanfaucett/is_length");


isLength(10); // true
isLength(-10); // false
isLength(-254.2345); // false

Readme

Keywords

Package Sidebar

Install

npm i @nathanfaucett/is_length

Weekly Downloads

3

Version

0.0.1

License

MIT

Last publish

Collaborators

  • nathanfaucett