Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(miniscore): _.defaults behavior for null (#41)
Adjust the _.defaults behavior to match that of underscore and lodash to no longer treat `null` and `undefined` the same and only consider `undefined` for override.
- Loading branch information