Skip to content

Commit 0096cb5

Browse files
authored
unignore doc (#17)
1 parent 7ab6ac3 commit 0096cb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import camelCase from 'lodash.camelcase';
77
*
88
* @param rawFlags A mapping of flag keys and their values
99
* @return A transformed `LDFlagSet` with camelCased flag keys
10-
* @ignore
1110
*/
1211
export const camelCaseKeys = (rawFlags: LDFlagSet) => {
1312
const flags: LDFlagSet = {};

0 commit comments

Comments
 (0)