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 54050c1 commit 569c3e7Copy full SHA for 569c3e7
README.md
@@ -42,13 +42,13 @@ limitations under the License.
42
## Usage
43
44
```javascript
45
-import debugStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-debug@deno/mod.js';
+import debugStream from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-debug@v0.2.2-deno/mod.js';
46
```
47
48
You can also import the following named exports from the package:
49
50
51
-import { factory, objectMode } from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-debug@deno/mod.js';
+import { factory, objectMode } from 'https://cdn.jsdelivr.net/gh/stdlib-js/streams-node-debug@v0.2.2-deno/mod.js';
52
53
54
<a name="debug-stream"></a>
0 commit comments