array-same
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/array-same package

1.0.2 • Public • Published

npm install array-same

import same as 'array-same';
 
same([1,2], [2,1]); //true
same([1,2,3], [1,2]); //false

Package Sidebar

Install

npm i array-same

Weekly Downloads

15

Version

1.0.2

License

MIT

Last publish

Collaborators

  • dfcreative