"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * MutationObserverListener is a model for what to listen for on a Node. */ class MutationListener { constructor() { this.options = null; this.callback = null; } } exports.default = MutationListener; //# sourceMappingURL=MutationListener.cjs.map