Type Alias CommentFormatterFn

Source
pub type CommentFormatterFn = fn(CommentFormatterArgs<'_>) -> String;
Expand description

The signature for a function responsible for exporting Typescript comments.