We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab6ac3 commit 0096cb5Copy full SHA for 0096cb5
src/utils.ts
@@ -7,7 +7,6 @@ import camelCase from 'lodash.camelcase';
7
*
8
* @param rawFlags A mapping of flag keys and their values
9
* @return A transformed `LDFlagSet` with camelCased flag keys
10
- * @ignore
11
*/
12
export const camelCaseKeys = (rawFlags: LDFlagSet) => {
13
const flags: LDFlagSet = {};
0 commit comments