We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f0fb4 commit 06a3063Copy full SHA for 06a3063
1 file changed
src/camelize.ts
@@ -1,5 +1,3 @@
1
-'use strict';
2
-
3
function walk(obj: any) {
4
if (!obj || typeof obj !== 'object') {
5
return obj;
0 commit comments