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 4e4317b commit 083c02aCopy full SHA for 083c02a
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import whilst from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-while@deno/mod.js';
+import whilst from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-while@v0.2.1-deno/mod.js';
56
```
57
58
#### whilst( predicate, fcn\[, thisArg ] )
@@ -125,7 +125,7 @@ console.log( context.count );
125
126
127
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
128
129
130
function predicate() {
131
return ( randu() > 0.05 );
0 commit comments