UNPKG

md-link-extractor

Version:
7 lines (6 loc) 271 B
import type { Link } from './types'; export declare const extractMdLinks: (mdContent: string) => Link[]; export type { Link } from './types'; export { normalize } from './normalize'; export { maxMatchingSubstring } from './stringMatching'; export default extractMdLinks;