UNPKG

redom

Version:

Tiny turboboosted JavaScript library for creating user interfaces.

5 lines (4 loc) 77 B
export function ref(ctx, key, value) { ctx[key] = value; return value; }