sindresorhus/decamelize-keys
Nested type are not decamelized with deep: true
オープン
#7 opened on 2023/03/30
bughelp wanted
Repository metrics
- Stars
- (57 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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)