UNPKG

github-repository-distributor

Version:
7 lines (6 loc) 347 B
/// <reference types="lodash" /> import type { Root, UserDefinedOptions, Repository, Dictionary } from './type'; import { toc } from 'mdast-util-toc'; import { toMarkdown } from 'mdast-util-to-markdown'; export { toc, toMarkdown }; export declare function makeTree(dic: Dictionary<Repository[]>, options: UserDefinedOptions): Promise<Root>;