extant
Version:
Basically, SQL COALESCE in JavaScript; return the first value that is not null.
21 lines (16 loc) • 984 B
Markdown
[](https://github.com/bigeasy/extant/actions)
[](https://codecov.io/gh/bigeasy/extant)
[](https://opensource.org/licenses/MIT)
Basically, SQL COALESCE in JavaScript; return the first value that is not null.
| What | Where |
| --- | --- |
| Discussion | https://github.com/bigeasy/extant/issues/1 |
| Documentation | https://bigeasy.github.io/extant |
| Source | https://github.com/bigeasy/extant |
| Issues | https://github.com/bigeasy/extant/issues |
| CI | https://travis-ci.org/bigeasy/extant |
| Coverage: | https://codecov.io/gh/bigeasy/extant |
| License: | MIT |
```
npm install extant
```