UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

5 lines 152 B
export default (to, from, keys) => { for (const key of keys) key in to && (to[key] = from[key]); }; //# sourceMappingURL=assignIn.js.map