@codewell/or

2.0.0 • Public • Published

@codewell/or

Installation

npm install @codewell/or

Basic Usage

import or from '@codewell/or';

or(true, false); // => true
or(true, true); // => true
or(false, false); // => false

or(); // => null
or(1); // => 1
or('foo'); // => 'foo'
or(undefined, null 'foo'); // => 'foo'

Contribution

Please help by posting issues, or opening a pull request here on github.

Readme

Keywords

none

Package Sidebar

Install

npm i @codewell/or

Weekly Downloads

2

Version

2.0.0

License

none

Unpacked Size

7.61 kB

Total Files

9

Last publish

Collaborators

  • fippli