UNPKG

datocms-html-to-structured-text

Version:

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

4 lines 178 B
import { Node } from './types.js'; export declare function wrap(nodes: Node[]): Node[]; export declare function needed(nodes: Node[]): boolean; //# sourceMappingURL=wrap.d.ts.map