8000 Auto-generated commit · stdlib-js/array-empty@2352748 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2352748

Browse files
committed
Auto-generated commit
1 parent 7eb65af commit 2352748

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
@@ -51,6 +51,11 @@ limitations under the License.
5151

5252
## Usage
5353

54+
```javascript
55+
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty@esm/index.mjs';
56+
```
57+
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/array-empty/tags). For example,
58+
5459
```javascript
5560
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty@v0.2.1-esm/index.mjs';
5661
```
@@ -119,7 +124,7 @@ var arr = empty( 2, 'int32' );
119124
<script type="module">
120125
121126
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@esm/index.mjs';
122-
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty@v0.2.1-esm/index.mjs';
127+
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-empty@esm/index.mjs';
123128
124129
// Get a list of array data types:
125130
var dt = dtypes();

0 commit comments

Comments
 (0)
0