1.1.0 • Published 7 years ago
nullfined v1.1.0
Nullfined
Convert null value from any type of value to undefined.
Install
Using NPM
npm install --save nullfinedor you may consider using Yarn
yarn add nullfinedUsage
nullfined(value)Example
// ES6 import module
import nullfined from 'nullfined';
nullfined(null) // return undefinedit also support object and array recursively. Like
Vaperdoes
Related
- Vaper ~ 1kb Value Replacer any type recursively
License
MIT © Roman Masyhar