(transform: HTMLDeserializerWithTransform<T>, options: T)
| 54 | }, |
| 55 | |
| 56 | with<T = HTMLDeserializerOptions>(transform: HTMLDeserializerWithTransform<T>, options: T) { |
| 57 | const { transform: t } = this |
| 58 | this.transform = transform(t.bind(this), this, options) |
| 59 | }, |
| 60 | |
| 61 | withEditor<T = HTMLDeserializerOptions>( |
| 62 | editor: Editor, |
nothing calls this directly
no test coverage detected
searching dependent graphs…