arrif

An alternative implementation of the if-else statement using arrays

Usage no npm install needed!

<script type="module">
  import arrif from 'https://cdn.skypack.dev/arrif';
</script>

README

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