Skip to content

Commit e1784de

Browse files
committed
Auto-generated commit
1 parent 5a7a842 commit e1784de

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ limitations under the License.
4141

4242
## Usage
4343

44+
```javascript
45+
import isArrayArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array-array@esm/index.mjs';
46+
```
47+
The previous example will load the latest bundled code from the esm branch. Alternatively, you may load a specific version by loading the file from one of the [tagged bundles](https://github.com/stdlib-js/assert-is-array-array/tags). For example,
48+
4449
```javascript
4550
import isArrayArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/[email protected]/index.mjs';
4651
```
@@ -82,7 +87,7 @@ bool = isArrayArray( [ null, {} ] );
8287
<body>
8388
<script type="module">
8489
85-
import isArrayArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array-array@v0.2.2-esm/index.mjs';
90+
import isArrayArray from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-array-array@esm/index.mjs';
8691
8792
var bool = isArrayArray( [ [], [], [] ] );
8893
// returns true

0 commit comments

Comments
 (0)