Repository URL to install this package:
|
Version:
1.3.2 ▾
|
const containerRegistry = new Map()
if (process.env.DEBUG_SHOULD_ADD_REGISTRY_TO_GLOBAL) {
if (typeof window === 'object') {
window.registry = containerRegistry
} else if (typeof global === 'object') {
global.registry = global
}
}
export { containerRegistry }
export default containerRegistry