blob: cc1fce983394867a309725f4b99526c78453b0b5 [file] [log] [blame]
import { typedBuffer } from 'pouchdb-binary-utils';
function createEmptyBlobOrBuffer(type) {
return typedBuffer('', 'binary', type);
}
export default createEmptyBlobOrBuffer;