Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 200 Bytes

Readme.md

File metadata and controls

21 lines (12 loc) · 200 Bytes

merge

merge two objects

Installation

$ component install yields/merge

API

merge(obj1, obj2)

merge({}, console);
// > { log: fn, dir: fn }

License

MIT