graphql-config
Version:
The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)
9 lines • 454 B
text/typescript
export interface ConfigSearchResult {
config: any;
filepath: string;
isEmpty?: boolean;
}
export declare function isLegacyConfig(filePath: string): boolean;
export declare function createCosmiConfig(moduleName: string, legacy: boolean): import("cosmiconfig").PublicExplorer;
export declare function createCosmiConfigSync(moduleName: string, legacy: boolean): import("cosmiconfig").PublicExplorerSync;
//# sourceMappingURL=cosmiconfig.d.ts.map