stdproject/frontend/node_modules/prettier/plugins/yaml.d.ts

6 lines
90 B
TypeScript
Raw Normal View History

2025-05-30 13:43:31 +08:00
import { Parser } from "../index.js";
export declare const parsers: {
yaml: Parser;
};