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 types #41

Merged
merged 3 commits into from
Sep 19, 2021
Merged

Fix types #41

merged 3 commits into from
Sep 19, 2021

Conversation

ulken
Copy link

@ulken ulken commented Sep 15, 2021

  • Simplify import
  • Add methods: bounce() and stopBounce()
  • Replace Function with () => void
  • Make all options optional
  • Add "types" to package.json, for types to automatically be picked up by TypeScript

Closes #40

Oskar Löfgren added 2 commits September 15, 2021 23:48
- Simplify import
- Add methods: `bounce()` and `stopBounce()`
- Replace `Function` with `() => void`
For types to automatically be picked up by TypeScript.
@maximeh maximeh merged commit a1662ce into maximeh:main Sep 19, 2021
@maximeh
Copy link
Owner

maximeh commented Sep 19, 2021

LGTM; thanks for your PR

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.

.bounce() is missing in TypeScript definition
2 participants