Files
codeql-action/node_modules/prettier/plugins/graphql.d.ts
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
93 B
TypeScript
Raw Normal View History

2023-07-24 17:15:38 +00:00
import { Parser } from "../index.js";
export declare const parsers: {
graphql: Parser;
};