Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 2.8 KB

README.md

File metadata and controls

31 lines (25 loc) · 2.8 KB

Set n-combinations for JavaScript. See docs.

⚠️ Depending on your environment, the code may require regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

import {combinations} from '@combinatorics/n-combinations';
combinations("ABCD", 2); // AB AC AD BC BD CD

import {range} from '@iterable-iterator/range';
combinations(range(4), 3); // 012 013 023 123

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size