// Public surface of the local move-preview subsystem, imported dynamically by the // game so the whole dict subsystem (the reader, the validator, the cache) stays out // of the initial app bundle — it is a progressive enhancement over the network // preview, which remains the fallback. export { evaluateLocal } from './eval'; export { getDawg, peekDawg, hasDawg, dictLoadingDisabled, noteDictMiss, clearDictInstances, bustDictHttpCache } from './loader'; export { clearDictCache, listCachedDicts } from './store';