Skip to content

Commit

Permalink
feat: add assert to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jul 18, 2024
1 parent 5bb602e commit c89d08c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/node_modules/@stdlib/complex/float64/base/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ var ns = {};
*/
setReadOnly( ns, 'add', require( '@stdlib/complex/float64/base/add' ) );

/**
* @name assert
* @memberof ns
* @readonly
* @type {Namespace}
* @see {@link module:@stdlib/complex/float64/base/assert}
*/
setReadOnly( ns, 'assert', require( '@stdlib/complex/float64/base/assert' ) );

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

0 comments on commit c89d08c

Please sign in to comment.