Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.
/ Array-Equals Public archive

Array-equals built-in to the array prototype

License

Notifications You must be signed in to change notification settings

ShayBox/Array-Equals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just load the package by importing it

require('array-equals');

[1,2,3].equals([1,2,3]) // true
[1,2,3].equals([4,5,6]) // false

Works with Typescript!

import 'array-equals';

[1,2,3].equals([1,2,3]) // true
[1,2,3].equals([4,5,6]) // false

About

Array-equals built-in to the array prototype

Resources

License

Stars

Watchers

Forks