1.1.2 • Published 8 years ago

not-empty v1.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Not empty

Small lib

NPM

NPM version Downloads

Install

npm i -S not-empty

Usage

import notEmpty from 'not-empty';

notEmpty(0, 'string', true, [1, 2, 4]); // true
notEmpty(0, '', true, [1, 2, 4]); // false
notEmpty(0, 'string', true, [], {}); // false
notEmpty(0, 'string', true, [23, 45], { test: true }); // true
1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago