typescript support
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 of crypto.d.ts, and only change its module name to crypto-browserify
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
/// <reference types="node" />
import * as crypto from 'crypto';
Who can solve the problem?
@Bruce-zxy literally anyone who makes a PR to DefinitelyTyped.
some modules have DT https://github.com/search?q=repo%3ADefinitelyTyped%2FDefinitelyTyped%20crypto-browserify&type=code