pompy.dev/source/types/markdown-toc.d.ts
2021-12-19 20:09:14 +09:00

6 lines
113 B
TypeScript

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