UNPKG

@devlander/collect-exports-for-bundle

Version:

Generate comprehensive export files for TypeScript/JavaScript projects with Rollup compatibility

8 lines (7 loc) 316 B
/** * Simulate a custom progress bar. * @param {string} message - The message to display while progressing. * @param {number} total - The total number of steps. * @param {number} current - The current step. */ export declare const simulateProgressBar: (message: string, total: number, current: number) => void;