Skip to content

Commit

Permalink
fix(patchesoptions): export PatchesOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Mar 5, 2024
1 parent 95914ec commit 756f161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@
},
"author": "unadlib",
"keywords": [
"mutative",
"immutable",
"mutable",
"copy-on-write",
"mutative",
"immutability",
"mutation"
],
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export type {
Patches,
Patch,
ExternalOptions as Options,
PatchesOptions,
} from './interface';

0 comments on commit 756f161

Please sign in to comment.