All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.core.module.js Maven / Gradle / Ivy

class Module {
  static DEFAULTS = {};
  constructor(quill) {
    let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
    this.quill = quill;
    this.options = options;
  }
}
export default Module;
//# sourceMappingURL=module.js.map




© 2015 - 2025 Weber Informatics LLC | Privacy Policy