pub type CommentFormatterFn = fn(CommentFormatterArgs<'_>) -> String;
Expand description
The signature for a function responsible for exporting Typescript comments.
pub type CommentFormatterFn = fn(CommentFormatterArgs<'_>) -> String;
The signature for a function responsible for exporting Typescript comments.