UNPKG

gatsby

Version:
4 lines (3 loc) 205 B
import type { AdapterInit } from "./types"; export declare const getAdaptersCacheDir: () => string; export declare function getAdapterInit(currentGatsbyVersion?: string): Promise<AdapterInit | undefined>;