Skip to content

Commit a4acd1e

Browse files
Add a types entry for TypeScript.
1 parent f46084a commit a4acd1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"require": "./dist/cjs/index.cjs",
1010
"import": "./lib/index.js"
1111
},
12+
"types": "types/index.d.ts",
1213
"browser": {
1314
"./lib/agentCompatibility.js": "./lib/agentCompatibility-browser.js",
1415
"./tests/utils.cjs": "./tests/utils-browser.cjs"

0 commit comments

Comments
 (0)