UNPKG

gatsby-core-utils

Version:

A collection of gatsby utils used in different gatsby packages

5 lines (4 loc) 191 B
export declare function generateHtmlPath(dir: string, outputPath: string): string; export declare function remove({ publicDir }: { publicDir: string; }, pagePath: string): Promise<void>;