UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

5 lines (4 loc) 100 B
/** * Render and sanitize a markdown string */ export declare function md(value: string): string;