Closed g-plane closed 3 years ago
See https://github.com/sindresorhus/camelcase-keys/pull/69 and the feedback given there.
Should we drop Node.js 8 in CI?
Sure. I plan to target Node.js 12 after this PR.
And, can you review this PR again?
Should we drop Node.js 8 in CI?
Yes
How does this implementation differ from https://github.com/sindresorhus/camelcase-keys/pull/69 ? I'm trying to make sure this PR is as good or better has that one. I haven't reviewed this in detail yet.
Both are similar, but:
camelcaseKeys
namespace.Hi, I just wanted to stop by and say big thank you for implementing this! 👏 Looking forward to leveraging this in my projects!
This PR leverages TypeScript 4.1 template literal types to enhance type definition.
Fixes #60