We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5502aaa commit 88b67f0Copy full SHA for 88b67f0
objectifier.d.ts
@@ -1,5 +1,7 @@
1
-import { objectifiy } from './index.js'
+import { ObjectifyOptions, objectifiy } from './index.js'
2
3
-declare const objectifier: typeof objectifiy
+declare namespace objectifier {
4
+ export { ObjectifyOptions, objectifiy as default }
5
+}
6
7
export = objectifier
0 commit comments