Skip to content

Commit 65b1756

Browse files
committed
feat: add Float32ArrayFE to namespace
1 parent 49824e6 commit 65b1756

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/array/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,15 @@ setReadOnly( ns, 'filledBy', require( '@stdlib/array/filled-by' ) );
238238
*/
239239
setReadOnly( ns, 'fixedEndianFactory', require( '@stdlib/array/fixed-endian-factory' ) );
240240

241+
/**
242+
* @name Float32ArrayFE
243+
* @memberof ns
244+
* @readonly
245+
* @constructor
246+
* @see {@link module:@stdlib/array/fixed-endian-float32}
247+
*/
248+
setReadOnly( ns, 'Float32ArrayFE', require( '@stdlib/array/fixed-endian-float32' ) );
249+
241250
/**
242251
* @name Float64ArrayFE
243252
* @memberof ns

0 commit comments

Comments
 (0)