blob: dbaf3bf001b0e3e2fc30400b95b9a1a3546a8d3d [file] [log] [blame]
import typedBuffer from '../../deps/binary/typedBuffer';
function createEmptyBlobOrBuffer(type) {
return typedBuffer('', 'binary', type);
}
export default createEmptyBlobOrBuffer;