UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

6 lines (4 loc) 98 B
export function or(a, b){ if (arguments.length === 1) return _b => or(a, _b) return a || b }