Skip to content

Commit a5a9c41

Browse files
committed
Merge branch 'master' into disallowSeedWithOptionalNested
# Conflicts: # src/index.spec.ts # src/index.ts
2 parents 6989623 + 8df1905 commit a5a9c41

File tree

2 files changed

+27
-10
lines changed

2 files changed

+27
-10
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@
88

99
- [Design Goals](#design-goals)
1010
- [Why would you want to use this:](#why-would-you-want-to-use-this)
11-
- [First, let's try to write the flexible factory function without mergePartially](#first-lets-try-to-write-the-flexible-factory-function-without-mergepartially)
12-
- [Now let's refactor using mergePartially](#now-lets-refactor-using-mergepartially)
11+
* [First, let's try to write the flexible factory function without mergePartially](#first-lets-try-to-write-the-flexible-factory-function-without-mergepartially)
12+
* [Now let's refactor using mergePartially](#now-lets-refactor-using-mergepartially)
1313
- [Examples](#examples)
1414
- [F.A.Q. / Troubleshooting](#faq--troubleshooting)
15-
- [Why wouldn't I just use Object.assign or the spread operator?](#why-wouldnt-i-just-use-objectassign-or-the-spread-operator)
16-
- [I see lots of TypeScript stuff. Can I use this in JavaScript too?](#i-see-lots-of-typescript-stuff-can-i-use-this-in-javascript-too)
17-
- [What's the difference between .deep and .shallow?](#whats-the-difference-between-deep-and-shallow)
18-
- [Why is `.shallow` even necessary?](#why-is-shallow-even-necessary)
15+
* [Why wouldn't I just use Object.assign or the spread operator?](#why-wouldnt-i-just-use-objectassign-or-the-spread-operator)
16+
* [I see lots of TypeScript stuff. Can I use this in JavaScript too?](#i-see-lots-of-typescript-stuff-can-i-use-this-in-javascript-too)
17+
* [What's the difference between .deep and .shallow?](#whats-the-difference-between-deep-and-shallow)
18+
* [Why is `.shallow` even necessary?](#why-is-shallow-even-necessary)
19+
* [Why is my return type some strange error string?](#why-is-my-return-type-some-strange-error-string)
20+
- [Contributions](#contributions)
1921

2022
<!-- tocstop -->
2123

package-lock.json

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)