UNPKG

nuxt-og-image

Version:

Enlightened OG Image generation for Nuxt.

4 lines (3 loc) 228 B
export declare function htmlDecodeQuotes(html: string): string; export declare function decodeHtml(html: string): string; export declare function decodeObjectHtmlEntities(obj: Record<string, string | any>): Record<string, any>;