UNPKG

curried-intrinsic

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