Robert Konigsberg

Results 4 issues of 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, ![image](https://user-images.githubusercontent.com/413481/202861889-bf1ae4b4-8b23-4e19-82ce-57b933caeed8.png) 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...