Add tests for byteSize
Uses a workaround and a custom Blob implementation, but it should work just fine.
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const converge = (converger, fns) => (...args) =>
|
||||
converger(...fns.map(fn => fn.apply(null, args)));
|
||||
const converge = (converger, fns) => (...args) => converger(...fns.map(fn => fn.apply(null, args)));
|
||||
module.exports = converge;
|
||||
Reference in New Issue
Block a user