removed all implicit any

This commit is contained in:
Kim, Jimin 2021-08-16 23:19:11 +09:00
parent 08a8d5b030
commit 3fb53fc4f4
18 changed files with 192 additions and 52 deletions

4
source/types/markdown-toc.d.ts vendored Normal file
View file

@ -0,0 +1,4 @@
declare module "markdown-toc" {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export default function toc(str: string): { json: JSON }
}