I wrote this code:
export default (base64, type = \'application/octet-stream\') => fetch(`data:${type};base64,${base64}`).then((res) => res.blob());