matheus-rodrigues00 / utils

✨ Library to commonly used cross-projects utilities methods ✨
17 stars 11 forks source link

feat: add isObject method in objects.ts module #46

Closed nullsploit01 closed 1 year ago

nullsploit01 commented 1 year ago

Scope of change: added isObject method in objects.ts module to check if input value is javascript object literal

Key File: objects.ts

Notes This closes #26

matheus-rodrigues00 commented 1 year ago

@NullSploit01 Great! Could you also add it to the README.md docs? Right below the omit method. link

nullsploit01 commented 1 year ago

@NullSploit01 Great! Could you also add it to the README.md docs? Right below the omit method. link

added, please check