pompy.dev/source/types/markdown-toc.d.ts

4 lines
156 B
TypeScript

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