UNPKG

curried-intrinsic

Version:
8 lines (7 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fromCodePoint = void 0; const create_curried_1 = require("create-curried"); exports.fromCodePoint = (0, create_curried_1.curried)(String.fromCodePoint, 0) .takesRest() .generate();