We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3378583 commit 3f89149Copy full SHA for 3f89149
README.md
@@ -8,7 +8,7 @@ See [docs](https://computational-combinatorics.github.io/n-multicombinations/ind
8
> `regeneratorRuntime` to be defined, for instance by importing
9
> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).
10
11
-```
+```js
12
import {multicombinations} from '@combinatorics/n-multicombinations';
13
multicombinations("ABC", 1); // A B C
14
0 commit comments