UNPKG

@awesome-fe/translate

Version:
7 lines (6 loc) 188 B
import { Node } from 'unist'; export declare class Rehype { static stringify(node: Node): string; static parse(html: string): Node; static parseFragment(html: string): Node; }