Skip to content

Commit

Permalink
chore: export Options type (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhamlin authored Oct 11, 2024
1 parent 8656993 commit 5493ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { DeepSet } from './src/set';
export { DeepMap } from './src/map';
export { BiDirectionalDeepMap } from './src/map.bi-directional';
export { Options } from './src/options';
export { areEqual } from './src/areEqual';

0 comments on commit 5493ee8

Please sign in to comment.