UNPKG

finity

Version:

A finite state machine library for Node.js and the browser with a friendly configuration DSL

10 lines (9 loc) 202 B
"use strict"; exports.__esModule = true; exports.default = merge; function merge(target, source) { Object.keys(source).forEach(function (key) { target[key] = source[key]; }); return target; }