Sign in
apache
/
pouchdb
/
refs/heads/4071-return-of-code-coverage
/
.
/
lib
/
mapreduce
/
md5-browser.js
blob: d4572fa4d7eef0102e2825dd37eace5bd234d456 [
file
] [
log
] [
blame
]
'use strict'
;
var
Md5
=
require
(
'spark-md5'
);
module
.
exports
=
function
(
string
)
{
return
Md5
.
hash
(
string
);
};