UNPKG

transform-markdown-links

Version:
6 lines (3 loc) 155 B
declare module "transform-markdown-links" { export default function (input: string, transform: (link: string, text: string) => string|null): string }