UNPKG

gatsby

Version:
7 lines (6 loc) 336 B
export declare const VIRTUAL_MODULES_BASE_PATH = ".cache/_this_is_virtual_fs_path_"; export declare class GatsbyWebpackVirtualModules { apply(compiler: any): void; } export declare function getAbsolutePathForVirtualModule(filePath: string): string; export declare function writeModule(filePath: string, fileContents: string): void;