Type Alias specta_typescript::CommentFormatterFn
source ยท 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.