UNPKG

@diplodoc/transform

Version:

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

3 lines (2 loc) 126 B
declare const substitutions: (str: string, builtVars: Record<string, unknown>, path?: string) => any; export = substitutions;