aboutsummaryrefslogtreecommitdiff
path: root/node_modules/symbol-observable/index.js
blob: 1aefd759afd514149e590b28c31a259906f233a2 (plain)
1
2
3
4
/* global window */
'use strict';

module.exports = require('./ponyfill')(global || window || this);