Skip to content

Commit 3bc5158

Browse files
committed
chore(lib): add /shell32 export
1 parent eb1b7ee commit 3bc5158

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"types": "./dist/win32/user32.d.ts",
3131
"default": "./dist/win32/user32.js"
3232
},
33+
"./shell32": {
34+
"types": "./dist/win32/shell32.d.ts",
35+
"default": "./dist/win32/shell32.js"
36+
},
3337
"./consts": {
3438
"types": "./dist/win32/consts.d.ts",
3539
"default": "./dist/win32/consts.js"

0 commit comments

Comments
 (0)