sindresorhus/decamelize-keys
View on GitHubNested type are not decamelized with deep: true
Open
#7 opened on Mar 30, 2023
bughelp wanted
Repository metrics
- Stars
- (57 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Typescript types are not decamelized when using deep: true option, even though the value is.

Reproducible example: https://stackblitz.com/edit/typescript-xhz4tl?file=index.ts
(thanks for the lib)