0.1.1 • Published 5 years ago

arrif v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

ArrIf

An alternative implementation of the if-else statement using arrays

Install

# npm
npm install arrif

# yarn
yarn add arrif

Usage

import arrif from 'arrif'

console.log(arrif("Si", "No", true))
//=> Si

API

arrif: (t, f, c) => any

t

Type: any Returned if condition is true

f

Type: any Returned if condition is false

c

Type: string | number | boolean | null | undefined Condition