blob: b2082abf9db55dd9a80fba45bca8d4a02eb0bf2d [file] [log] [blame]
import typedBuffer from './typedBuffer';
function b64ToBluffer(b64, type) {
return typedBuffer(b64, 'base64', type);
}
export default b64ToBluffer;