8000
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 f2a5897 commit 2ec5545Copy full SHA for 2ec5545
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import none from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-none@deno/mod.js';
+import none from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-none@v0.2.2-deno/mod.js';
56
```
57
58
#### none( collection )
@@ -100,7 +100,7 @@ var bool = none( [] );
100
101
102
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
103
104
105
var bool;
106
var arr;
0 commit comments