Danil Dynikov
Results
3
comments of
Danil Dynikov
I honestly don't think it should be opened for time being right now, in case @guloic is reccomending to change everything to python
[Noor0](https://github.com/Noor0) just put `any` and that should fix the problem
and also updated README.md file with additional syntax usage of imports in new EcmaScript patch from ````js murmurhash = require('murmurhash'); ```` to ```js const murmurhash = require('murmurhash'); ``` or ```js...