parse.d.ts 83 B

12
  1. import { Root } from "./types";
  2. export declare function parse(text: string): Root;