Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
unique-filename
/
node_modules
/
unique-slug
📤 Upload
📝 New File
📁 New Folder
Close
Editing: index.js
'use strict' var MurmurHash3 = require('imurmurhash') module.exports = function (uniq) { if (uniq) { var hash = new MurmurHash3(uniq) return ('00000000' + hash.result().toString(16)).substr(-8) } else { return (Math.random().toString(16) + '0000000').substr(2, 8) } }
Save
Cancel