UNPKG

@stacksjs/dtsx

Version:

A modern, fast .d.ts generation tool, powered by Bun.

8 lines (7 loc) 201 B
/** * Comment formatting utilities for DTS output */ /** * Format comments for DTS output */ export declare function formatComments(comments: string[] | undefined, keepComments?: boolean): string;