Skip to content

Commit 5493ee8

Browse files
authored
chore: export Options type (#21)
1 parent 8656993 commit 5493ee8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export { DeepSet } from './src/set';
22
export { DeepMap } from './src/map';
33
export { BiDirectionalDeepMap } from './src/map.bi-directional';
4+
export { Options } from './src/options';
45
export { areEqual } from './src/areEqual';

0 commit comments

Comments
 (0)