UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 176 B
import type { CommentAnchor, TextSearchResult } from './types.js'; export declare function findOriginalTextInContent(content: string, anchor: CommentAnchor): TextSearchResult;