We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2482b09 + 683f303 commit 2cce60dCopy full SHA for 2cce60d
package.json
@@ -5,8 +5,9 @@
5
"repository": "Rich-Harris/devalue",
6
"exports": {
7
".": {
8
+ "types": "./types/index.d.ts",
9
"import": "./index.js",
- "types": "./types/index.d.ts"
10
+ "default": "./index.js"
11
}
12
},
13
"main": "index.js",
0 commit comments