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 6e95eb0 commit edd39d7Copy full SHA for edd39d7
README.md
@@ -11,7 +11,7 @@ import {
11
iteratorFrom,
12
wrapAsyncIterator,
13
wrapIterator,
14
-} from "https://deno.land/x/deno-iterator-helpers@v0.1.0/mod.ts";
+} from "https://deno.land/x/iterator_helpers@v0.1.0/mod.ts";
15
16
function* naturals() {
17
let i = 0;
0 commit comments