1.1.0 • Published 5 years ago

nullfined v1.1.0

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

Nullfined

Greenkeeper badge Build Status

Convert null value from any type of value to undefined.

Install

Using NPM

npm install --save nullfined

or you may consider using Yarn

yarn add nullfined

Usage

nullfined(value)

Example

// ES6 import module
import nullfined from 'nullfined';

nullfined(null) // return undefined

it also support object and array recursively. Like Vaper does

Related

  • Vaper ~ 1kb Value Replacer any type recursively

License

MIT © Roman Masyhar