UNPKG

markdown-to-html-cli

Version:
7 lines (6 loc) 163 B
import { Element } from 'hast'; interface GithubCorners { href?: string; } export declare function githubCornersFork(opts: GithubCorners): Element; export {};