removed all implicit any
This commit is contained in:
parent
08a8d5b030
commit
3fb53fc4f4
18 changed files with 192 additions and 52 deletions
4
source/types/markdown-toc.d.ts
vendored
Normal file
4
source/types/markdown-toc.d.ts
vendored
Normal 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 }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue