UNPKG

interactjs

Version:

Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE8+)

7 lines (6 loc) 134 B
module.exports = function extend (dest, source) { for (const prop in source) { dest[prop] = source[prop]; } return dest; };