EITS-web/node_modules/prettier/plugins/graphql.d.ts
2025-12-06 09:54:52 -05:00

6 lines
93 B
TypeScript

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