Skip to content
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

Fix generic constraint for O #15

Merged
merged 1 commit into from
Apr 3, 2019
Merged

Conversation

Jessidhia
Copy link
Contributor

TypeScript's object type is lowercase; the pascal-case version refers specifically to instances of the Object constructor.

It's almost the same until you have some field whose type conflicts with a field from Object.prototype.

TypeScript's object type is lowercase; the pascal-case version refers specifically to instances of the Object constructor.

It's almost the same until you have some field whose type conflicts with a field from Object.prototype.
@leebyron leebyron merged commit 5e43c5a into leebyron:master Apr 3, 2019
@leebyron
Copy link
Owner

leebyron commented Apr 3, 2019

Ah, thank you for fixing this and for the 🧠 knowledge 🧠!

@Jessidhia Jessidhia deleted the patch-1 branch April 4, 2019 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants