Convert from x value from any type of value to z value.
Using NPM
npm install --save vaperor you may consider using Yarn
yarn add vapervaper(defaultValue, newValue)(source)// es6
import vaper from 'vaper';
vaper('foo', 'bar')('foo') // return 'bar'it also support object and array recursively
- Nullfined - Convert any null value to undefined
MIT © Roman Masyhar