@lyo/nvl
v1.1.1
Published
Browser-compatible version of nvl
Downloads
2
Readme
@lyo/nvl
A browser-compatible version of nvl built automatically with Lyo.
Usage
In a browser
<script src="https://cdn.jsdelivr.net/npm/@lyo/nvl"></script>
<script>
nvl(foo, bar);
</script>
In Node.js
# Install
npm i @lyo/nvl
const nvl = require('@lyo/nvl')
nvl(foo, bar);
Disclaimer
This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.
Use at your own risk