Skip to content

Commit e797f05

Browse files
committed
feat: add base to namespace
1 parent 12e3d27 commit e797f05

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/complex/float64/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/complex/float64/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ var setReadOnly = require( '@stdlib/utils/define-read-only-property' );
3636
*/
3737
var ns = {};
3838

39+
/**
40+
* @name base
41+
* @memberof ns
42+
* @readonly
43+
* @type {Namespace}
44+
* @see {@link module:@stdlib/complex/float64/base}
45+
*/
46+
setReadOnly( ns, 'base', require( '@stdlib/complex/float64/base' ) );
47+
3948
/**
4049
* @name conj
4150
* @memberof ns

0 commit comments

Comments
 (0)