UNPKG

@stdlib/assert-is-same-array

Version:

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

3 lines 118 B
/// <reference path="../docs/types/index.d.ts" /> import isSameArray from '../docs/types/index'; export = isSameArray;