Repository URL to install this package:
|
Version:
0.0.15 ▾
|
/**
* @todo need to use weakmap registry
*/
const containerRegistry = new Map();
// if (process.env.DEVTOOLS_GLOBALS_ENV_ENABLED) {
if (typeof window === 'object') {
window.registry = containerRegistry;
}
// }
export { containerRegistry };
export default containerRegistry;
//# sourceMappingURL=containerRegistry.js.map