UNPKG

@math-x-ts/generix

Version:

This library tasks is to generate combinations and permutations

11 lines 517 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Permutation = exports.Combination = void 0; var Combination_1 = __importDefault(require("./Combination")); exports.Combination = Combination_1.default; var Permutation_1 = __importDefault(require("./Permutation")); exports.Permutation = Permutation_1.default; //# sourceMappingURL=index.js.map