UNPKG

gatsby-core-utils

Version:

A collection of gatsby utils used in different gatsby packages

7 lines (6 loc) 201 B
import Configstore from "configstore"; /** * Gets the configstore instance related to gatsby * @return the ConfigStore instance for gatsby */ export declare const getConfigStore: () => Configstore;