We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46084a commit a4acd1eCopy full SHA for a4acd1e
package.json
@@ -9,6 +9,7 @@
9
"require": "./dist/cjs/index.cjs",
10
"import": "./lib/index.js"
11
},
12
+ "types": "types/index.d.ts",
13
"browser": {
14
"./lib/agentCompatibility.js": "./lib/agentCompatibility-browser.js",
15
"./tests/utils.cjs": "./tests/utils-browser.cjs"
0 commit comments