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