N8Brooks / combinatorics

🦕 Combinatorial generators including combinations, permutations, combinations with replacement, permutations with replacement, cartesian products, and power sets.
https://deno.land/x/combinatorics
MIT License
26 stars 1 forks source link

Workflow test updates #3

Closed N8Brooks closed 2 years ago

N8Brooks commented 2 years ago

Since 1.0.0 has been released deno test --doc will pass again.

Also includes various other fixes.