UNPKG

@phaserjs/phaser

Version:
9 lines (8 loc) 182 B
export function SetValue(property, value, ...children) { children.forEach((child) => { if (property in child) { child[property] = value; } }); return children; }