Frontmatter
| id | 5386 |
| title | Neo.isObject() => make the logic more specific |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 10, 2024, 5:31 PM |
| updatedAt | Apr 10, 2024, 5:32 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5386 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 10, 2024, 5:32 PM |
i just ran into an edge case where
Neo.isObject()returned true fornew Intl.DateTimeFormat().classes extending object should be considered as a false return value.