We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i am a snowpack and typescript user.
The type definition looks like i can use bowser like its:
import { getParser } from 'bowser';
But in fact, bowser is only export default Bowser object. I am in confuse with it
The text was updated successfully, but these errors were encountered:
Discussion on snowpack for reference FredKSchott/snowpack#2114
Sorry, something went wrong.
Default export for bowser was added in 2.0.0-alpha.1 in July 2018 #227 Typings for v2 were added in #277
2.0.0-alpha.1
No branches or pull requests
Hi, i am a snowpack and typescript user.
The type definition looks like i can use bowser like its:
But in fact, bowser is only export default Bowser object. I am in confuse with it
The text was updated successfully, but these errors were encountered: