Sébastien Mischler
Sébastien Mischler
Merge two types recursively into a new type. Properties set to `undefined` value are skipped when `strict` option is set to `true` (default). Array and plain object properties are merged...
Related to #408 & #373 Set a deeply-nested property to an object using a key path, like Lodash's `.set()` function. ```ts import set from "lodash/set"; const data = {name: 'nyan',...
@sindresorhus Sorry for the extra work, I'm a bit embarrassed :( I need to review the basics of git and especially conflict resolution. Fixes #443
Following the hint made by @fregante in #428, I propose a readme generator for the API part. @sindresorhus I did a POC and you can see the generated readme [there](https://github.com/skarab42/type-fest/blob/readme-builder-poc/readme.md#api)....