UNPKG

beam-cli

Version:

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

11 lines (10 loc) 415 B
/** * Test whether a directory exists * @param {string} dirPath - Path to Directory, shouldn't include file and extension */ export declare const ensureDirectoryExistence: (dirPath: string) => boolean; /** * Test whether a directory exists * @param {string} filePath - Path to File, should include directory and extension */ export declare const ensureFileDirectoryExistence: (filePath: string) => boolean;