Skip to content

nathanfaucett/js-is_length

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isLength

checks if value is an array length

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


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

About

is_length for the browser and node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published