1 parent 2a5c84b commit 1f72141Copy full SHA for 1f72141
1 file changed
package.json
@@ -26,7 +26,8 @@
26
"exports": {
27
".": {
28
"import": "./dist/is-plain-object.mjs",
29
- "require": "./dist/is-plain-object.js"
+ "require": "./dist/is-plain-object.js",
30
+ "types": "./is-plain-object.d.ts"
31
},
32
"./package.json": "./package.json"
33
0 commit comments