Skip to content

Commit

Permalink
feat: add isSameComplex64 to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jan 18, 2024
1 parent 2fe3462 commit d5b056e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/node_modules/@stdlib/assert/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2151,6 +2151,15 @@ setReadOnly( ns, 'isSafeInteger', require( '@stdlib/assert/is-safe-integer' ) );
*/
setReadOnly( ns, 'isSafeIntegerArray', require( '@stdlib/assert/is-safe-integer-array' ) );

/**
* @name isSameComplex64
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/assert/is-same-complex64}
*/
setReadOnly( ns, 'isSameComplex64', require( '@stdlib/assert/is-same-complex64' ) );

/**
* @name isSameComplex64Array
* @memberof ns
Expand Down

0 comments on commit d5b056e

Please sign in to comment.