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 a329222 commit c227aa0Copy full SHA for c227aa0
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import arrayWith from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-with@deno/mod.js';
+import arrayWith from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-with@v0.1.1-deno/mod.js';
56
```
57
58
#### arrayWith( x, index, value )
@@ -110,7 +110,7 @@ The function accepts the following arguments:
110
111
112
import discreteUniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-discrete-uniform@deno/mod.js';
113
114
115
// Define an array:
116
var opts = {
0 commit comments