Skip to content

Commit 69e7f68

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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"

types/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module '@digitalbazaar/http-client';

0 commit comments

Comments
 (0)