UNPKG

xm-md-pdf

Version:

CLI tool for converting Markdown files to PDF and DOC.

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