Victor Bobrov
Results
1
comments of
Victor Bobrov
Solution for Angular app (and other typeScript one), heavily inspired by xeger, MaximusBaton comments ``` import Quill from 'quill'; interface EmbedBlot { new(...args: any[]): EmbedBlot; domNode: any; format(name, value); }...