Skip to content

Commit 20f7122

Browse files
committed
Auto-generated commit
1 parent 7a59223 commit 20f7122

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2023 The Stdlib Authors.
1+
Copyright (c) 2016-2024 The Stdlib Authors.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ setReadOnly( ns, 'contains', require( '@stdlib/array-base-assert-contains' ) );
5454
*/
5555
setReadOnly( ns, 'isAccessorArray', require( '@stdlib/array-base-assert-is-accessor-array' ) );
5656

57+
/**
58+
* @name isComplex64Array
59+
* @memberof ns
60+
* @readonly
61+
* @type {Function}
62+
* @see {@link module:@stdlib/array/base/assert/is-complex64array}
63+
*/
64+
setReadOnly( ns, 'isComplex64Array', require( '@stdlib/array-base-assert-is-complex64array' ) );
65+
5766

5867
// EXPORTS //
5968

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"dependencies": {
3939
"@stdlib/array-base-assert-contains": "^0.1.0",
4040
"@stdlib/array-base-assert-is-accessor-array": "^0.1.0",
41+
"@stdlib/array-base-assert-is-complex64array": "github:stdlib-js/array-base-assert-is-complex64array#main",
4142
"@stdlib/utils-define-read-only-property": "^0.1.1"
4243
},
4344
"devDependencies": {

0 commit comments

Comments
 (0)