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 -}