We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbfdbc commit 99bfb32Copy full SHA for 99bfb32
index.d.ts
@@ -0,0 +1 @@
1
+export default function (input: Record<string, any>): string;
package.json
@@ -6,6 +6,7 @@
6
"unpkg": "dist/obj-str.min.js",
7
"module": "dist/obj-str.mjs",
8
"main": "dist/obj-str.js",
9
+ "types": "index.d.ts",
10
"umd:name": "objstr",
11
"license": "MIT",
12
"author": {
@@ -21,6 +22,7 @@
21
22
"test": "uvu -r esm -i fixtures test"
23
},
24
"files": [
25
+ "*.d.ts",
26
"dist"
27
],
28
"keywords": [
0 commit comments