wrangler-action/node_modules/prettier/plugins/graphql.d.ts
2023-08-07 15:11:15 -05:00

5 lines
93 B
TypeScript

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