From 56bbdf6792caafe5a90de116d2a211963b4bd6d0 Mon Sep 17 00:00:00 2001 From: Dmitry Yv Date: Sun, 29 Sep 2019 16:08:42 -0400 Subject: [PATCH] Export universal-weak-map --- src/tuple.js | 1 + 1 file changed, 1 insertion(+) 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