PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
md5-hex
'use strict'; var md5OMatic = require('md5-o-matic'); module.exports = function (input) { if (Array.isArray(input)) { input = input.join(''); } return md5OMatic(input); };
[+]
..
[-] readme.md
[edit]
[-] package.json
[edit]
[-] browser.js
[edit]
[-] index.js
[edit]
[-] license
[edit]