"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.fromCharCode = void 0;
const create_curried_1 = require("create-curried");
exports.fromCharCode = (0, create_curried_1.curried)(String.fromCharCode, 0)
.takesRest()
.generate();