Skip to content

Commit 06a3063

Browse files
committed
remove stray 'use strict'
1 parent b0f0fb4 commit 06a3063

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/camelize.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict';
2-
31
function walk(obj: any) {
42
if (!obj || typeof obj !== 'object') {
53
return obj;

0 commit comments

Comments
 (0)