@episclera/toolkit-utils
v1.0.25
Published
A set of utils for @episclera/toolkit package.
Downloads
11
Readme
Usage
mergeConfigs
Useful when you need to deep merge two configs
import { mergeConfigs } from '@episclera/toolkit-utils'
const config = mergeConfigs({ a: [1] }, { a: [2] })
// {a: [1, 2]}
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Or you can sponsor via Open Collective
Author
@episclera/toolkit © Episclera, Released under the MIT License. Authored and maintained by Episclera with help from contributors (list).