lia-brueggemann/node_modules/prettier/plugins/graphql.d.ts
2025-06-01 13:01:30 +02:00

5 lines
93 B
TypeScript

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