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) 155 B
export interface ProcessArguments { toArray(): string[]; hasPassedArguments(): boolean; } export declare const processArguments: ProcessArguments;