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 c2ba917 commit c81c5eaCopy full SHA for c81c5ea
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import allocUnsafe from 'https://cdn.jsdelivr.net/gh/stdlib-js/buffer-alloc-unsafe@deno/mod.js';
+import allocUnsafe from 'https://cdn.jsdelivr.net/gh/stdlib-js/buffer-alloc-unsafe@v0.2.1-deno/mod.js';
56
```
57
58
#### allocUnsafe( size )
@@ -90,7 +90,7 @@ var buf = allocUnsafe( 10 );
90
<!-- eslint no-undef: "error" -->
91
92
93
94
95
var buf;
96
var i;
0 commit comments