| 7 | } from './constants' |
| 8 | |
| 9 | interface DataTransferFormatData { |
| 10 | html: string |
| 11 | text: string |
| 12 | fragment: Descendant[] |
| 13 | files: File[] |
| 14 | } |
| 15 | |
| 16 | /** |
| 17 | * Convert fragment to string |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…