-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
typescript support #216
Comments
Types should come from a DT package, and someone would have to make one. |
I solved the problem by adding the reference before import crypto
|
Who can solve the problem? |
@Bruce-zxy literally anyone who makes a PR to DefinitelyTyped. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you provide an
crypto-browserify.d.ts
? I am using typescript. Without this file, my editor will report an error. At present, I am using a magic revision ofcrypto.d.ts
, and only change its module name tocrypto-browserify
The text was updated successfully, but these errors were encountered: