UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

10 lines (9 loc) 290 B
import { cartesianProduct as cartesianProduct$1 } from "../../array/cartesianProduct.mjs"; //#region src/fp/array/cartesianProduct.ts function cartesianProduct(...arrs) { return function(array) { return cartesianProduct$1(array, ...arrs); }; } //#endregion export { cartesianProduct };