UNPKG

gatsby

Version:
5 lines (4 loc) 190 B
import { IDataStore } from "./types"; export declare function getDataStore(): IDataStore; export declare function isLmdbStore(): boolean; export declare function detectLmdbStore(): boolean;