UNPKG

gatsby-core-utils

Version:

A collection of gatsby utils used in different gatsby packages

3 lines (2 loc) 132 B
export declare function getConfigPath(root: string): string; export declare function readConfigFile(root: string): Promise<string>;