github-pages-deploy-action/node_modules/graphql-config/lib/findGraphQLConfigFile.d.ts
2020-03-06 22:45:40 -05:00

5 lines
274 B
TypeScript

export declare const GRAPHQL_CONFIG_NAME = ".graphqlconfig";
export declare const GRAPHQL_CONFIG_YAML_NAME = ".graphqlconfig.yaml";
export declare const GRAPHQL_CONFIG_YML_NAME = ".graphqlconfig.yml";
export declare function findGraphQLConfigFile(filePath: string): string;