gatsby
Version:
Blazing fast modern site generator for React
11 lines (10 loc) • 463 B
TypeScript
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;