# @lyo/nvl

A browser-compatible version of [nvl](https://www.npmjs.com/package/nvl) built automatically with [Lyo](https://github.com/bokub/lyo).

[![Version](https://flat.badgen.net/npm/v/@lyo/nvl)](https://www.npmjs.com/package/@lyo/nvl)
[![Build](https://bokub.github.io/lyo/badge-flat.svg)](https://www.npmjs.com/package/@lyo/nvl)
[![Hits](https://data.jsdelivr.com/v1/package/npm/@lyo/nvl/badge)](https://www.jsdelivr.com/package/npm/@lyo/nvl)

## Usage

#### In a browser
```html
<script src="https://cdn.jsdelivr.net/npm/@lyo/nvl"></script>

<script>
  nvl(foo, bar);
</script>
```

#### In Node.js

```sh
# Install
npm i @lyo/nvl
```

```js
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