UNPKG

curried-intrinsic

Version:
6 lines (5 loc) 213 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ternary = void 0; const ternary = (else_) => (then) => (condition) => condition ? then : else_; exports.ternary = ternary;