Repository URL to install this package:
Version:
2.0.1 ▾
|
exotic
/
global.ddd
|
---|
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
}