UNPKG

datocms-html-to-structured-text

Version:

Convert HTML (or a `hast` syntax tree) to a valid DatoCMS Structured Text `dast` document

3 lines 155 B
import type { Root as HastRoot } from 'hast'; export default function preprocessGoogleDocs(tree: HastRoot): void; //# sourceMappingURL=google-docs.d.ts.map