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 ea9f4a0 commit 75bdf37Copy full SHA for 75bdf37
src/index.js
@@ -1,5 +1,6 @@
1
import 'whatwg-fetch'; // eslint-disable-line import/no-unassigned-import
2
-import {toCamelCase, toSnakeCase} from 'case-converter';
+import toCamelCase from 'camelcase-keys';
3
+import toSnakeCase from 'snakecase-keys';
4
import EventDispatcher from './events';
5
6
let defaultConvertRequest = null,
0 commit comments