UNPKG

beam-cli

Version:

A beautifully simple CLI for running Lighthouse audits on a statically generated (SSG) website

6 lines (5 loc) 195 B
/** * Test whether a file exists * @param {string} filePath - Path to File, should include directory and extension */ export declare const ensureFileExistence: (filePath: string) => boolean;