Skip to content

Commit

Permalink
Update README.md for ESM bundle v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 5, 2024
1 parent 44725ba commit c063fc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ limitations under the License.
## Usage

```javascript
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray@esm/index.mjs';
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray@v0.3.2-esm/index.mjs';
```

You can also import the following named exports from the package:

```javascript
import { FancyArray, array, at, base, broadcastArray, broadcastArrays, castingModes, dataBuffer, defaults, dispatch, dtype, dtypes, empty, emptyLike, flag, flags, ind2sub, indexModes, iter, maybeBroadcastArray, maybeBroadcastArrays, minDataType, mostlySafeCasts, ndarray, ndarray2array, ndarraylike2ndarray, ndims, ndsliceAssign, nextDataType, numel, numelDimension, offset, order, orders, outputDataTypePolicies, promotionRules, safeCasts, sameKindCasts, scalar2ndarray, shape, slice, sliceDimension, sliceDimensionFrom, sliceDimensionTo, sliceFrom, sliceTo, stride, strides, sub2ind, zeros, zerosLike } from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray@esm/index.mjs';
import { FancyArray, array, at, base, broadcastArray, broadcastArrays, castingModes, dataBuffer, defaults, dispatch, dtype, dtypes, empty, emptyLike, flag, flags, ind2sub, indexModes, iter, maybeBroadcastArray, maybeBroadcastArrays, minDataType, mostlySafeCasts, ndarray, ndarray2array, ndarraylike2ndarray, ndims, ndsliceAssign, nextDataType, numel, numelDimension, offset, order, orders, outputDataTypePolicies, promotionRules, safeCasts, sameKindCasts, scalar2ndarray, shape, slice, sliceDimension, sliceDimensionFrom, sliceDimensionTo, sliceFrom, sliceTo, stride, strides, sub2ind, zeros, zerosLike } from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray@v0.3.2-esm/index.mjs';
```

#### ns
Expand Down Expand Up @@ -163,7 +163,7 @@ In addition, the namespace contains the following multidimensional array utility
<script type="module">
import objectKeys from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils/keys@esm/index.mjs';
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray@esm/index.mjs';
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray@v0.3.2-esm/index.mjs';
console.log( objectKeys( ns ) );
Expand Down

0 comments on commit c063fc5

Please sign in to comment.