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 c15b2e4 commit ffca2f2Copy full SHA for ffca2f2
src/types.ts
@@ -125,7 +125,7 @@ export interface AllFlagsLDClient {
125
}
126
127
/**
128
- * Mag of camelized flag key to original unmodified flag key.
+ * Map of camelized flag key to original unmodified flag key.
129
*/
130
export interface LDFlagKeyMap {
131
[camelCasedKey: string]: string;
src/utils.ts
@@ -1,7 +1,6 @@
1
import { LDClient, LDFlagChangeset, LDFlagSet } from 'launchdarkly-js-client-sdk';
2
import camelCase from 'lodash.camelcase';
3
4
-// Note that this is no longer used by the SDK, but is still exported for backwards comatability
5
6
* Transforms a set of flags so that their keys are camelCased. This function ignores
7
* flag keys which start with `$`.
0 commit comments