UNPKG

@stdlib/assert-is-same-float32array

Version:

Test if two arguments are both Float32Arrays and have the same values.

6 lines (5 loc) 387 B
"use strict";var i=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var t=i(function(c,s){ var a=require('@stdlib/assert-is-float32array/dist'),u=require('@stdlib/array-base-assert-has-same-values/dist');function n(e,r){return a(e)&&a(r)?u(e,r):!1}s.exports=n });var o=t();module.exports=o; /** @license Apache-2.0 */ //# sourceMappingURL=index.js.map