-
Notifications
You must be signed in to change notification settings - Fork 21
feat(utils): findLastKey 함수 추가 #514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: c8f9926 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| condition: (value: T[keyof T]) => boolean, | ||
| ): string | undefined { | ||
| const keys = Object.keys(obj); | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sangminnn 좋습니다 :) 👍
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #514 +/- ##
==========================================
+ Coverage 97.41% 97.60% +0.18%
==========================================
Files 164 173 +9
Lines 1470 1542 +72
Branches 361 387 +26
==========================================
+ Hits 1432 1505 +73
+ Misses 34 33 -1
Partials 4 4
|
ssi02014
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋은 작업 감사합니다 :)


Overview
Issue: #450
객체에서 조건에 부합하는 마지막 key를 반환합니다.
PR Checklist
Contributing Guide