Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit b6e037f

Browse files
committed
Declare esm module
1 parent a06125b commit b6e037f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "array-string-map",
33
"version": "0.0.1",
44
"description": "A Map that internally encodes Arrays to strings so that two Arrays with the same elements will return the same item.",
5+
"type": "module",
56
"scripts": {
67
"test": "echo \"Error: no test specified\" && exit 1"
78
},

0 commit comments

Comments
 (0)