@mintlify/common
Version:
Commonly shared code within Mintlify
5 lines (4 loc) • 352 B
TypeScript
import type { RootContent } from 'mdast';
import type { UpdateMDXComponent } from './index.js';
export declare const getDateForNode: (node: RootContent, lineBlame: Record<number, string>) => string;
export declare const getMostRepresentativeDate: (updateComponent: UpdateMDXComponent, lineBlame: Record<number, string>, defaultDate: string) => string;