UNPKG

@types/markdown-it

Version:
8 lines (6 loc) 215 B
export interface ParseLinkDestinationResult { ok: boolean; pos: number; str: string; } export default function parseLinkDestination(str: string, start: number, max: number): ParseLinkDestinationResult;