diff --git a/src/Interfaces.ts b/src/Interfaces.ts index ca9de632..d2f8e872 100644 --- a/src/Interfaces.ts +++ b/src/Interfaces.ts @@ -87,13 +87,6 @@ export interface LinkMatcherOptions { validationCallback?: LinkMatcherValidationCallback; } -/** - * - * @param a - */ -function a(a) { -} - /** * Handles actions generated by the parser. */