Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/framework / src / __todo / containerRegistry.tsx
Size: Mime:
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