draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
var MD5 = require('md5.js')
|
||||
|
||||
module.exports = function (buffer) {
|
||||
return new MD5().update(buffer).digest()
|
||||
}
|
||||
Reference in New Issue
Block a user