Skip to content

Commit 88b67f0

Browse files
committed
add ObjectifyOptions to objectifier.d.ts
1 parent 5502aaa commit 88b67f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

objectifier.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
import { objectifiy } from './index.js'
1+
import { ObjectifyOptions, objectifiy } from './index.js'
22

3-
declare const objectifier: typeof objectifiy
3+
declare namespace objectifier {
4+
export { ObjectifyOptions, objectifiy as default }
5+
}
46

57
export = objectifier

0 commit comments

Comments
 (0)