UNPKG

@directus/api

Version:

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

5 lines (4 loc) 170 B
/** * Wraps an array of passed strings in a set of HTML comments with the given label */ export declare const wrapEmbeds: (label: string, content: string[]) => string;