Skip to content

Commit fbe6651

Browse files
committed
feat: add Float32ArrayLE to namespace
1 parent 4f1f2dd commit fbe6651

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
@@ -373,6 +373,15 @@ setReadOnly( ns, 'linspace', require( '@stdlib/array/linspace' ) );
373373
*/
374374
setReadOnly( ns, 'littleEndianFactory', require( '@stdlib/array/little-endian-factory' ) );
375375

376+
/**
377+
* @name Float32ArrayLE
378+
* @memberof ns
379+
* @readonly
380+
* @constructor
381+
* @see {@link module:@stdlib/array/little-endian-float32}
382+
*/
383+
setReadOnly( ns, 'Float32ArrayLE', require( '@stdlib/array/little-endian-float32' ) );
384+
376385
/**
377386
* @name Float64ArrayLE
378387
* @memberof ns

0 commit comments

Comments
 (0)