3.0.4 • Published 6 years ago
@bemoje/is-undefined v3.0.4
@bemoje/is-undefined
Check whether the provided value is undefined.
Version
Travis CI
Dependencies
Stats
Donate
Installation
npm install @bemoje/is-undefined
npm install --save @bemoje/is-undefined
npm install --save-dev @bemoje/is-undefinedUsage
import isUndefined from '@bemoje/is-undefined'
isUndefined(void 0)
//=> true
isUndefined(undefined)
//=> true
isUndefined('undefined')
//=> false
isUndefined(null)
//=> falseBenchmark
79700 nanoseconds
Tests
Uses Jest to test module functionality. Run tests to get coverage details.
npm run testAPI
isUndefined
Check whether the provided value is undefined.
Parameters
- valueany The value to evaluate.
Returns
3.0.4
6 years ago
3.0.3
6 years ago
3.0.2
6 years ago
3.0.1
6 years ago
3.0.0
6 years ago
2.0.3
6 years ago
2.0.2
6 years ago
2.0.4
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.0.8943
6 years ago
1.0.8942
6 years ago
1.0.8940
6 years ago
1.0.8941
6 years ago
1.0.8939
6 years ago
1.0.16
6 years ago
1.0.8938
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.9
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago