diff --git a/src/util/mod.ts b/src/util/mod.ts index 9af7e2b53..5adeab630 100644 --- a/src/util/mod.ts +++ b/src/util/mod.ts @@ -1,4 +1,5 @@ export * from "./bigint.ts"; +export * from "./cache_members.ts"; export * from "./collection.ts"; export * from "./constants.ts"; export * from "./loop_object.ts";