Type alias CommentMatchFunction

CommentMatchFunction: ((full: string) => void)

Type declaration

    • (full: string): void
    • Comment match function.

      Parameters

      • full: string

        full comment

      Returns void

Generated using TypeDoc