UNPKG

267 BJavaScriptView Raw
1class Module {
2 static DEFAULTS = {};
3 constructor(quill) {
4 let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
5 this.quill = quill;
6 this.options = options;
7 }
8}
9export default Module;
10//# sourceMappingURL=module.js.map
\No newline at end of file