UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 271 B
import type { ThreadResolutionInput, ThreadResolutionResult, ResolveAnchorOptions } from './types.js'; export declare function resolveAnchors<T = unknown>(content: string, threads: ThreadResolutionInput<T>[], options?: ResolveAnchorOptions): ThreadResolutionResult<T>[];