We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Options
1 parent 8656993 commit 5493ee8Copy full SHA for 5493ee8
index.ts
@@ -1,4 +1,5 @@
1
export { DeepSet } from './src/set';
2
export { DeepMap } from './src/map';
3
export { BiDirectionalDeepMap } from './src/map.bi-directional';
4
+export { Options } from './src/options';
5
export { areEqual } from './src/areEqual';
0 commit comments