UNPKG

@stdlib/assert-is-same-array

Version:

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

6 lines (5 loc) 380 B
"use strict";var t=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var i=t(function(m,s){ var a=require('@stdlib/assert-is-array/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 c=i();module.exports=c; /** @license Apache-2.0 */ //# sourceMappingURL=index.js.map