Usage 🔧
After installing your package, usage should be self-explanatory.
import { mergObjects } from '@common-utilities/merge-objects';
mergeObjects({ foo: 'bar' }, { baz: 'biz' }) // 🎉
Common Utilities 🧰
No cruft. No bloat. No dependencies.
Simple, typed, functional, documented, and tested javascript utility functions.
View other common utilities on Github.
Last updated
Was this helpful?