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.
2 parents f7ef870 + e276f34 commit c6ad8a8Copy full SHA for c6ad8a8
client.ts
@@ -21,7 +21,7 @@ type Session = {
21
*
22
* @example
23
* ```ts
24
- * import { channel } from "https://deno.land/x/streamtools/mod.ts";
+ * import { channel } from "https://deno.land/x/streamtools@v0.5.0/mod.ts";
25
* import { Session, Client } from "./mod.ts";
26
27
* const input = channel<Uint8Array>();
0 commit comments