UNPKG

curried-intrinsic

Version:
7 lines (6 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.concat2 = void 0; const concat_1 = require("../concat"); const concat2 = (anotherArray) => (0, concat_1.concat)([anotherArray]); exports.concat2 = concat2;