UNPKG

@tricoteuses/arbre-de-la-loi

Version:

Generate ASTs from the French bills & laws; manipulate & export them to Markdown, etc.

4 lines (3 loc) 138 B
import { HastNode } from "./hast"; import { XastNode } from "./xast"; export default function hastFromXast(xastNode: XastNode): HastNode;