From 11bf45466d792495ad7abed73c203eccb4000bfa Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Sat, 21 May 2022 19:54:12 +0200 Subject: [PATCH] Export `wrapperCache` in `index.ts` too --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 0928e68c9..15ba532f1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -190,5 +190,4 @@ export { Margins } from './lib/utils/Margins'; // Test: export { CacheTestQObject } from './lib/core/__test__/CacheTestQObject'; -// Debug: -export { setLogCreateQObject, setLogDestroyQObject } from './lib/core/WrapperCache'; +export { wrapperCache, setLogCreateQObject, setLogDestroyQObject } from './lib/core/WrapperCache';