UNPKG

125 BJavaScriptView Raw
1module.exports = function getBytesRemaining(fileProgress) {
2 return fileProgress.bytesTotal - fileProgress.bytesUploaded;
3};
\No newline at end of file