/** * MutationObserverListener is a model for what to listen for on a Node. */ export default class MutationListener { constructor() { this.options = null; this.callback = null; } } //# sourceMappingURL=MutationListener.js.map