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) 148 B
export interface StandardInput { isTTY(): boolean; readStreamAsync(): Promise<string>; } export declare const standardInput: StandardInput;