UNPKG

@telefonica/markdown-confluence-sync

Version:

Creates/updates/deletes Confluence pages based on markdown files in a directory. Supports Mermaid diagrams and per-page configuration using frontmatter metadata. Works great with Docusaurus

7 lines (6 loc) 162 B
/** * Check if the value is a string and not empty * @param value * @returns {boolean} */ export declare function isStringWithLength(value: string): boolean;