Borewit
Borewit
> The line without the inc parameter is needed to avoid typing problems with the output. Which typing problems with the output? I tried to remove it, but then I...
I am not planning to work on this enhancement
Could very well be solved by PR #1472.
@dependabot rebase
@dependabot recreate
Hello @martpie :wave:, my aim has been to build a complient and modern module. CJS or ESM has never been a goal by itself. Note that both ESM & CJS...
That work has started to some extend Borewit/token-types#246, but yet there is much more work to do.
> +1 this library really needs a browser version without node and webpack deps something like `fromFile(file: File)` because file.mimeType doesnt seems to work properly all times That function already...
This module has been primary written for Node.js. It does depend on Buffer. There is [browser friendly buffer](https://www.npmjs.com/package/buffer) module available, but you depend on your framework how easy that is...
> https://sindresorhus.com/blog/goodbye-nodejs-buffer Interesting!, very nice guidance. I will give it try (starting with the dependent modules first).