quagga2
quagga2 copied to clipboard
Consider removing Buffer from node code, replace with native array type
More info: https://sindresorhus.com/blog/goodbye-nodejs-buffer
Also would provide a better fix for: https://github.com/ericblade/quagga2/issues/509
The current fix is just to install the type, because it doesn't matter... but it could matter in user code.
added PR https://github.com/ericblade/quagga2/pull/539
side observations: root tsconfig.json has types ["mocha", "node"] probably consider tsconfig.test.json for the mocha tests inside src/
good idea. there's been some recent upgrades to typescript's handling of nested tsconfig files, too, an update to current ts is probably a good idea too