Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com
at main 4 lines 280 B view raw
1type Child = string | Node | null | undefined | readonly Child[] 2 3export default function crelt(elt: string | HTMLElement, attrs: {[attr: string]: any}, ...children: Child[]): HTMLElement 4export default function crelt(elt: string | HTMLElement, ...children: Child[]): HTMLElement