"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();