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    
exotic / global.ddd
Size: Mime:
import * as exotic from './exports'

if (typeof window !== 'undefined') {
  window.exotic = exotic
}
if (typeof this !== 'undefined') {
  this.exotic = exotic
}
if (typeof global !== 'undefined') {
  global.exotic = exotic
}