Sign in
apache
/
pouchdb
/
refs/heads/test-npm-git
/
.
/
src
/
deps
/
ajax
/
defaultBody.js
blob: 650c0ac791df79320c7086714866a5bc4fb7c1f4 [
file
] [
log
] [
blame
]
import
buffer from
'../binary/buffer'
;
function
defaultBody
()
{
return
new
buffer
(
''
,
'binary'
);
}
export
default
defaultBody
;