UNPKG

96 BTypeScriptView Raw
1import { Parser } from "../index.js";
2
3export declare const parsers: {
4 typescript: Parser;
5};