1.1.1 • Published 6 years ago

@lyo/nvl v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@lyo/nvl

A browser-compatible version of nvl built automatically with Lyo.

Version Build Hits

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

1.1.1

6 years ago