nullish

1.0.2 • Public • Published

Nullish

Resolve nullish coalescing operator (??) compatibility issues

Install

npm install nullish --save

Usage

See the test folder test/index.js

import nullish from 'nullish'

// null ?? 'value'
const obj = {}
nullish(obj.name, 'value')

Readme

Keywords

Package Sidebar

Install

npm i nullish

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

3.21 kB

Total Files

6

Last publish

Collaborators

  • lete114