Skip to content

Commit de5d72a

Browse files
chore(isObjectString): remove console.log.
1 parent c5c1ea7 commit de5d72a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/is/lib/is-string-object.func.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,3 @@ export const isStringObject = <Payload extends object>(
3030
...payload,
3131
} as Payload
3232
);
33-
34-
35-
console.log(
36-
isStringObject('age'),
37-
isStringObject(new String('age'))
38-
);
39-

0 commit comments

Comments
 (0)