Skip to content

Commit af7137c

Browse files
committed
feat: add assert to namespace
1 parent b5f6754 commit af7137c

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/blas/base/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/blas/base/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 blas = {};
3838

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

0 commit comments

Comments
 (0)