0.0.1 • Published 9 years ago
@nathanfaucett/is_length v0.0.1
isLength
checks if value is an array length
var isLength = require("@nathanfaucett/is_length");
isLength(10); // true
isLength(-10); // false
isLength(-254.2345); // false
0.0.1
9 years ago