8000 feat: add `assert/is-float16array` by udaykakade25 · Pull Request #7273 · stdlib-js/stdlib · GitHub
[go: up one dir, main page]

Skip to content

feat: add assert/is-float16array #7273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 8, 2025
Prev Previous commit
Next Next commit
Two empty lines before headers lint issue fixed in test.js
Signed-off-by: Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
  • Loading branch information
udaykakade25 authored Jun 13, 2025
commit 380e7b5003b9a5bbdb30ca5956edce581f42bad8
2 changes: 2 additions & 0 deletions lib/node_modules/@stdlib/assert/is-float16array/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ var Float32Array = require( '@stdlib/array/float32' );
var Float64Array = require( '@stdlib/array/float64' );
var isFloat16Array = require( './../lib' );


// OPTIONS //

var opts = {
'skip': ( typeof Float16Array === 'undefined' )
};


// TESTS //

tape( 'main export is a function', function test( t ) {
Expand Down
Loading
0