UNPKG

ts2md

Version:

Simple Typescript Documentation Generator to GitHub Compatible MarkDown

14 lines 483 B
/** * Quick and dirty README.md merge function. * * The anchors must not be indented and must exactly match: * * `<!--#region ts2md-api-merged-here-->` * * `<!--#endregion ts2md-api-merged-here-->` * * @param md The markdown to insert between the start and end anchors. * @param mergePath Fully resolved path to create or update. */ export declare function mdMerge(md: string, mergePath: string, requireAnchors?: boolean): void; //# sourceMappingURL=mdMerge.d.ts.map