Export wrapperCache in index.ts too

This commit is contained in:
Simon Edwards 2022-05-21 19:54:12 +02:00
parent b36caeddd2
commit 11bf45466d

View File

@ -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';