Skip to content

Commit

Permalink
fix: export Objectish type (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
macmillen committed May 9, 2023
1 parent a3b5603 commit 75e004d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/immer.ts
Expand Up @@ -17,7 +17,8 @@ export {
isDraftable,
NOTHING as nothing,
DRAFTABLE as immerable,
freeze
freeze,
Objectish
} from "./internal"

const immer = new Immer()
Expand Down

0 comments on commit 75e004d

Please sign in to comment.