gatsby
Version:
Blazing fast modern site generator for React
12 lines (11 loc) • 346 B
TypeScript
export declare function setGatsbyPluginCache(plugin: {
name: string;
resolve: string;
importKey?: string;
}, module: string, moduleObject: any): void;
export declare function requireGatsbyPlugin(plugin: {
name: string;
resolve: string;
resolvedCompiledGatsbyNode?: string;
importKey?: string;
}, module: string): any;