lodash-extra
v1.0.2
Published
An extended version of the popular lodash library, with lot of exciting extra utility functions
Downloads
4
Maintainers
Readme
lodash-extra
Installation
npm i lodash-extra
Usage
const _ = require('lodash-extra');
console.log(_.isBlank("Hello World"));
Functions
_.isNumericString(str) ⇒
Kind: static method of _ Returns: boolean
| Param | Type | Description | | --- | --- | --- | | str | string | Inut string |
_.isBlank(val) ⇒
Kind: static method of _ Returns: boolean
| Param | Type | Description | | --- | --- | --- | | val | any | Input value |
_.isNotBlank(val) ⇒
Kind: static method of _ Returns: boolean
| Param | Type | Description | | --- | --- | --- | | val | any | Input value |