This repository was archived by the owner on Sep 16, 2024. It is now read-only.
File tree 2 files changed +7
-1
lines changed 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# array-string-map
2
+ ![ node-current] ( https://img.shields.io/node/v/array-string-map )
3
+ [ ![ npm] ( https://img.shields.io/npm/v/array-string-map )] ( https://www.npmjs.com/package/array-string-map )
4
+ [ ![ npm] ( https://img.shields.io/npm/dt/array-string-map )] ( https://www.npmjs.com/package/array-string-map )
5
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/PythonCoderAS/array-string-map )] ( https://github.com/PythonCoderAS/array-string-map/issues )
6
+ [ ![ Tests] ( https://github.com/PythonCoderAS/array-string-map/actions/workflows/test.yml/badge.svg )] ( https://github.com/PythonCoderAS/array-string-map/actions/workflows/test.yml )
7
+
2
8
A Map that internally encodes Arrays to strings so that two Arrays with the same elements will return the same item.
3
9
4
10
## Motivation
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " array-string-map" ,
3
- "version" : " 1 .0.1 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " A Map that internally encodes Arrays to strings so that two Arrays with the same elements will return the same item." ,
5
5
"type" : " module" ,
6
6
"main" : " arrayStringMap.js" ,
You can’t perform that action at this time.
0 commit comments