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

6 lines
113 B
TypeScript

declare module "markdown-toc" {
export default function toc(str: string): {
json: JSON
content: string
}
}