Skip to content

Commit 0540bd4

Browse files
committed
Auto-generated commit
1 parent 0e39934 commit 0540bd4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ A total of 6 issues were closed in this release:
108108

109109
<details>
110110

111+
- [`edef1e2`](https://github.com/stdlib-js/stdlib/commit/edef1e298a551ed453c4edc3d769746baf5dbde1) - **chore:** minor clean-up _(by Philipp Burckhardt)_
111112
- [`04fbd21`](https://github.com/stdlib-js/stdlib/commit/04fbd2138efb9db2fc14dcff5be31f200004a9e2) - **fix:** add missing `isStruct` method check _(by Athan Reines)_
112113
- [`0ba0d91`](https://github.com/stdlib-js/stdlib/commit/0ba0d912c0608c3fa8daff70874c9fa8de672a3a) - **feat:** add `isStructConstructorLike` to namespace _(by Athan Reines)_
113114
- [`67b59c6`](https://github.com/stdlib-js/stdlib/commit/67b59c6d61abd31bc0fa7fadc673a0dbfb02d387) - **feat:** add `assert/is-struct-constructor-like` _(by Athan Reines)_

is-nan-array/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ interface IsNaNArray {
9696
* var bool = isNaNArray.objects( [ new Number( NaN ), new Number( NaN ) ] );
9797
* // returns true
9898
*/
99-
declare var isNumberArray: IsNaNArray;
99+
declare var isNaNArray: IsNaNArray;
100100

101101

102102
// EXPORTS //
103103

104-
export = isNumberArray;
104+
export = isNaNArray;

0 commit comments

Comments
 (0)