UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 230 B
import type { CommentAnchor, AnchorResolutionResult, ResolveAnchorOptions } from './types.js'; export declare function resolveAnchor(content: string, anchor: CommentAnchor, options?: ResolveAnchorOptions): AnchorResolutionResult;