UNPKG

khufu-runtime

Version:

A runtime support library for khufu template engine

10 lines (8 loc) 170 B
import {text} from 'incremental-dom' export function item(value, key) { if(typeof value == 'function') { value(key) } else { text(value) } }