UNPKG

nimiq-vitepress-theme

Version:

Nimiq UI theme for VitePress

5 lines (4 loc) 190 B
/** * Humanizes text by removing backticks and converting camelCase/snake_case to readable format with proper capitalization */ export declare function humanizeText(text: string): string;