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: make options and opt.width optional for client and match implementation #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shadowspawn
Copy link
Member

The documentation says the client can optionally supply options, and can optionally supply opt.width. The implementation supports this, but the typings did not. This is a minor change to match the intended and implemented client interface.

Fixes: #132

Side note: the type definition files are not being fully published currently. This PR improves the types but does not change what is published. One thing at a time.

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.

Width option type differs from documentation
1 participant