UNPKG

gatsby

Version:
11 lines (10 loc) 463 B
export declare function shouldPrintEngineSnapshot(): boolean; export declare function shouldGenerateEngines(): boolean; export declare function shouldBundleDatastore(): boolean; export declare const getLmdbOnCdnPath: () => string; export interface IPlatformAndArch { platform: string; arch: string; } export declare function getCurrentPlatformAndTarget(): IPlatformAndArch; export declare function getFunctionsTargetPlatformAndTarget(): IPlatformAndArch;