UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

7 lines (6 loc) 179 B
import type { Root } from 'mdast'; type Options = { path?: string; }; export declare const remarkResolveRelativeLinks: (options?: Options) => (tree: Root) => void; export {};