@trinitymirrordigital/dragonfly-convert-case
v2.0.6-alpha.0
Published
> TODO: description
Downloads
242
Maintainers
Keywords
Readme
@trinitymirrordigital/dragonfly-convert-case
A small module to convert object keys from snake_case to camelCase
Usage
const ConvertCase = require('@trinitymirrordigital/dragonfly-convert-case');
const convertObj = ConvertCase({ test_one: true });
// Returns { testOne: true }
Copyright (c) 2022 "Reach Shared Services Ltd"