UNPKG

curried-intrinsic

Version:
6 lines (5 loc) 202 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.or = void 0; const _binary_1 = require("../../_binary"); exports.or = (0, _binary_1.binary)()(a => b => a | b);