File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
42
42
## Usage
43
43
44
44
``` javascript
45
- import arraylikefcn from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-tools-array-like-function@esm/index.mjs' ;
45
+ import arraylikefcn from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-tools-array-like-function@v0.2.1- esm/index.mjs' ;
46
46
```
47
47
48
48
<a name =" arraylikefcn " ></a >
@@ -95,7 +95,7 @@ bool = f( arr2 );
95
95
<script type =" module" >
96
96
97
97
import isEven from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-even@esm/index.mjs' ;
98
- import arraylikefcn from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-tools-array-like-function@esm/index.mjs' ;
98
+ import arraylikefcn from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-tools-array-like-function@v0.2.1- esm/index.mjs' ;
99
99
100
100
var arr1;
101
101
var arr2;
You can’t perform that action at this time.
0 commit comments