UNPKG

beam-cli

Version:

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

6 lines (5 loc) 147 B
/** * Simple async delay function * @param {number} ms - Milliseconds to wait */ export declare const delay: (ms: number) => Promise<unknown>;