The lodash method _.isEmpty
exported as a module.
Deprecated. Utilities for ES3, most of which have been adopted or superseded in ES5.1. Adapted from Douglas Crockford's Remedial JavaScript
3x as fast as is-whitespace
and whitespace-regex
thanks to is-string-blank
. This package is a simple function that accepts an argument and returns true
if it is a string AND it is not blank. Supports Node and Browser environments.
An array is a collection of values, stored contiguously.