Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 9, 2024
1 parent 82ba18e commit 3bef0ee
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### Features

- [`83db58c`](https://github.com/stdlib-js/stdlib/commit/83db58c78ba649fc42033594017b7fbb6f68b105) - add `hasBtoaSupport` to namespace
- [`48de2fd`](https://github.com/stdlib-js/stdlib/commit/48de2fd9ae3b4ffa9679e86d86339848ca612399) - add `hasAtobSupport` to namespace
- [`9a87aca`](https://github.com/stdlib-js/stdlib/commit/9a87acae9646c4c790c1fab60aa1d2f496c18898) - add `isEqualArray` to namespace
- [`febd8ae`](https://github.com/stdlib-js/stdlib/commit/febd8aef423c3723ef0cd4a04099faa609a38f51) - add `ndarraylike2ndarray` to namespace
- [`09ffebd`](https://github.com/stdlib-js/stdlib/commit/09ffebdfb9946b7e1dd3c05f58637fa073f0a121) - add `nditerInterleaveSubarrays` to namespace
Expand All @@ -26,6 +28,8 @@

<details>

- [`83db58c`](https://github.com/stdlib-js/stdlib/commit/83db58c78ba649fc42033594017b7fbb6f68b105) - **feat:** add `hasBtoaSupport` to namespace _(by Athan Reines)_
- [`48de2fd`](https://github.com/stdlib-js/stdlib/commit/48de2fd9ae3b4ffa9679e86d86339848ca612399) - **feat:** add `hasAtobSupport` to namespace _(by Athan Reines)_
- [`9a87aca`](https://github.com/stdlib-js/stdlib/commit/9a87acae9646c4c790c1fab60aa1d2f496c18898) - **feat:** add `isEqualArray` to namespace _(by Athan Reines)_
- [`cf3e438`](https://github.com/stdlib-js/stdlib/commit/cf3e438ecf31260a2ebff08f6477bb4d29e8440f) - **docs:** update REPL docs _(by Athan Reines)_
- [`5f8d50d`](https://github.com/stdlib-js/stdlib/commit/5f8d50df14363d06b37b9d551143fc46d90c79bd) - **docs:** update REPL docs _(by Athan Reines)_
Expand Down
4 changes: 3 additions & 1 deletion data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2812,7 +2812,7 @@ doWhile,"\ndoWhile( fcn:Function, predicate:Function[, thisArg:any] )\n Invok
doWhileAsync,"\ndoWhileAsync( fcn:Function, predicate:Function, done:Function[, thisArg:any] )\n Invokes a function while a test condition is true.\n"
doWhileEach,"\ndoWhileEach( collection:Array|TypedArray|Object, fcn:Function, \n predicate:Function[, thisArg:any] )\n While a test condition is true, invokes a function for each element in a\n collection.\n"
doWhileEachRight,"\ndoWhileEachRight( collection:Array|TypedArray|Object, fcn:Function, \n predicate:Function[, thisArg:any] )\n While a test condition is true, invokes a function for each element in a\n collection, iterating from right to left.\n"
dswap,"\ndswap( x:ndarray, y:ndarray )\n Interchanges two double-precision floating-point vectors.\n"
dswap,"\ndswap( x:ndarray, y:ndarray[, dim:integer] )\n Interchanges two double-precision floating-point vectors.\n"
E,"\nE\n Euler's number.\n"
EMOJI,"\nEMOJI()\n Returns an emoji database.\n"
EMOJI_CODE_PICTO,"\nEMOJI_CODE_PICTO()\n Returns an object mapping emoji codes to pictographs.\n"
Expand Down Expand Up @@ -3072,6 +3072,7 @@ hasArrayBufferSupport,"\nhasArrayBufferSupport()\n Tests for native `ArrayBuf
hasArrowFunctionSupport,"\nhasArrowFunctionSupport()\n Tests whether an environment supports native arrow functions.\n"
hasAsyncAwaitSupport,"\nhasAsyncAwaitSupport()\n Tests for native `async`/`await` support.\n"
hasAsyncIteratorSymbolSupport,"\nhasAsyncIteratorSymbolSupport()\n Tests for native `Symbol.asyncIterator` support.\n"
hasAtobSupport,"\nhasAtobSupport()\n Tests for native `atob` support.\n"
hasBigInt64ArraySupport,"\nhasBigInt64ArraySupport()\n Tests for native `BigInt64Array` support.\n"
hasBigIntSupport,"\nhasBigIntSupport()\n Tests for native `BigInt` support.\n"
hasBigUint64ArraySupport,"\nhasBigUint64ArraySupport()\n Tests for native `BigUint64Array` support.\n"
Expand Down Expand Up @@ -3471,6 +3472,7 @@ isEmptyString.isPrimitive,"\nisEmptyString.isPrimitive( value:any )\n Tests i
isEmptyString.isObject,"\nisEmptyString.isObject( value:any )\n Tests if a value is an empty `String` object.\n"
isEnumerableProperty,"\nisEnumerableProperty( value:any, property:any )\n Tests if an object's own property is enumerable.\n"
isEnumerablePropertyIn,"\nisEnumerablePropertyIn( value:any, property:any )\n Tests if an object's own or inherited property is enumerable.\n"
isEqualArray,"\nisEqualArray( v1:any, v2:any )\n Tests if two arguments are both generic arrays and have equal values.\n"
isError,"\nisError( value:any )\n Tests if a value is an Error object.\n"
isEvalError,"\nisEvalError( value:any )\n Tests if a value is an EvalError object.\n"
isEven,"\nisEven( value:any )\n Tests if a value is an even number.\n"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 3bef0ee

Please sign in to comment.