UNPKG

@jakobcooldown/react-csr-sdk

Version:

Mockery SDK for dynamic bundle loading in web applications

4 lines (3 loc) 204 B
export { setCustomBundle, getCustomBundle, clearCustomBundle, reloadWithBundle, setDebugMode, } from './bundle-manager'; export { storage, } from './utils'; export type { MockeryConfig, } from './types';