UNPKG

@kenchan0130/markdown-to-atlassian-wiki-markup-cli

Version:

Command line interface of markdown-to-atlassian-wiki-markup (https://github.com/kenchan0130/markdown-to-atlassian-wiki-markup)

6 lines (5 loc) 92 B
declare class CLI { run(): Promise<string>; } export declare const cli: CLI; export {};