Files
30-seconds-of-code/node_modules/graphql-config/lib/findGraphQLConfigFile.d.ts
2019-08-20 15:52:05 +02: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;