Robert Konigsberg
Robert Konigsberg
I just started a couple of them. What do you think? I'm using a combination of the jsdoc in the Javascript and the dedicated documentation.
I'd like to add some jsdoc to the ts.d files to improve the experience using vscode. I am happy to submit a pull request with your permission.
AFAICT, the way which `sanitize` is exported isn't ideal: https://github.com/parshap/node-sanitize-filename/blob/master/index.d.ts#L8 ``` export = sanitize; ``` When I try to reference it using a standard Typescript import statement,  I get...
I cannot run the tests, when I run `npm install && npm run test` I get ``` node:internal/crypto/hash:79 this[kHandle] = new _Hash(algorithm, xofLen, algorithmId, getHashCache()); ^ Error: error:0308010C:digital envelope routines::unsupported...