sindresorhus/decamelize-keys
GitHub で見るNested type are not decamelized with deep: true
Open
#7 opened on 2023年3月30日
bughelp wanted
説明
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)