Lodash.isLength

Checks if value is a valid array-like length.

Note: This method is loosely based on ToLength.

struct Lodash
nothrow @trusted @safe ref
isLength
()
()

Return Value

Type: auto ref

- Lodash chained on (boolean): true if value is a valid length, else false.

Meta