UNPKG

hast-util-from-lezer

Version:
4 lines (3 loc) 146 B
import type { Root } from "hast"; import type { Tree } from "@lezer/common"; export declare function fromLezer(source: string, tree: Tree): Root;