github-pages-deploy-action/node_modules/graphql-config/lib/findGraphQLConfigFile.d.ts

5 lines
274 B
TypeScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
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;