UNPKG

xm-md-pdf

Version:

CLI tool for converting Markdown files to PDF and DOC.

8 lines (7 loc) 232 B
export declare const parseFilePath: (filePath?: string) => { path: string; name: string; fileName: string; }; declare const _default: (item?: any, filePath?: string | undefined) => Promise<any>; export default _default;