work.suroh.tk/node_modules/symbol-observable/es/index.js

13 lines
241 B
JavaScript
Raw Normal View History

2019-12-02 12:22:45 +00:00
/* global window */
import ponyfill from './ponyfill';
var root = this;
if (typeof global !== 'undefined') {
root = global;
} else if (typeof window !== 'undefined') {
root = window;
}
var result = ponyfill(root);
export default result;