1.0.0 • Published 10 years ago
existential-default-deep v1.0.0
existential-default-deep
Deep version of existential-default.
Install
npm install existential-default-deepIf you want to use in the browser (powered by Browserify):
bower install existential-default-deep --saveand later link in your HTML:
<script src="bower_components/existential-default-deep/dist/existential-default-deep.js"></script>Usage
var existsDefault = require('existential-default-deep');
var hello = null;
hello = existsDefault(hello, 'world');
console.log(hello);
// => 'world'License
MIT © Kiko Beats
1.0.0
10 years ago