rollup-plugin-gleam

Vite compatible Rollup plugin for Gleam language

  1. 1
  2. 2
  3. 3
export function render(text: string): void {
	document.body.textContent = text;
}