UNPKG

hta

Version:

The tiny framework for building Hyper Text Application with ease

7 lines (5 loc) 137 B
import { RENDERER } from "./types"; export default function createRenderer(renderer) { renderer.type = RENDERER; return renderer; }