UNPKG

@diplodoc/transform

Version:

A simple transformer of text in YFM (Yandex Flavored Markdown) to HTML

4 lines (3 loc) 147 B
import type { IncludeCollectOpts } from './types'; declare function collect(input: string, options: IncludeCollectOpts): string; export = collect;