Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Fix a few typescript definitions #201

Merged
merged 2 commits into from
Jun 29, 2020
Merged

Fix a few typescript definitions #201

merged 2 commits into from
Jun 29, 2020

Conversation

robertlong
Copy link
Member

  • ComponentProps<P> was sorta unnecessary and confusing so I removed it. I would still like to know if there's something else that should be done here based on this issue: type ComponentProps should not union with false #199
  • world.execute(delta: number, time: number):void should be world.execute(delta?: number, time?: number):void

I'll add more if I find them soon.

@fernandojsg fernandojsg merged commit a10b0ea into dev Jun 29, 2020
@fernandojsg fernandojsg deleted the fix-typescript-defs branch June 29, 2020 16:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants