6 lines
90 B
TypeScript
Raw Normal View History

import { Parser } from "../index.js";
export declare const parsers: {
yaml: Parser;
};