diff --git a/src/tuple.js b/src/tuple.js index 7ddb659..8feeb0e 100644 --- a/src/tuple.js +++ b/src/tuple.js @@ -41,6 +41,7 @@ export default function tuple() { // Named imports work as well as `default` imports. export { tuple, lookup, lookupArray }; +export { UniversalWeakMap } from "./universal-weak-map.js"; // Since the `immutable-tuple` package could be installed multiple times // in an application, there is no guarantee that the `tuple` constructor