| 1 | import { assertType, expectTypeOf } from 'vitest'; |
| 2 | import Quill, { Delta } from '../../src/quill.js'; |
| 3 | import type { EmitterSource, Parchment, Range } from '../../src/quill.js'; |
| 4 | import type { default as Block, BlockEmbed } from '../../src/blots/block.js'; |
nothing calls this directly
no test coverage detected