UNPKG

data-structure-typed

Version:
6 lines (5 loc) 96 B
export type Json2htmlOptions = { plainHtml?: boolean; } & Partial<{ [key: string]: any; }>;