From 888f2bd95db7d961d80f0111c0cf41200c99b3ec Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Mon, 12 Jul 2021 17:22:27 +0200 Subject: [PATCH] Remove custom types for words-count Signed-off-by: Tilman Vatteroth --- src/external-types/words-count/words-count.d.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/external-types/words-count/words-count.d.ts diff --git a/src/external-types/words-count/words-count.d.ts b/src/external-types/words-count/words-count.d.ts deleted file mode 100644 index 0b0a15cd5..000000000 --- a/src/external-types/words-count/words-count.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file) - * - * SPDX-License-Identifier: AGPL-3.0-only - */ - -declare module 'words-count' { - export default function wordsCount(text: string): number -}