UNPKG

doff

Version:

A powerful tool to free your objects and arrays from unwanted content

8 lines (5 loc) 150 B
'use strict'; // Define exports module.exports = function isLength(value) { return typeof value === 'number' && value > -1 && value % 1 === 0; };