patch-pulse
Version:
Check for outdated npm dependencies
8 lines • 326 B
TypeScript
/**
* Creates a centered bordered box with a title
* @param title - The title to display in the box
* @param width - The width of the box
* @returns The centered bordered box with the title
*/
export declare function createCenteredBox(title: string, width: number): string;
//# sourceMappingURL=createCenteredBox.d.ts.map