📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 15:33:18
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
unique-filename
📍 /usr/lib/node_modules/npm/node_modules/unique-filename
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict' var path = require('path') var uniqueSlug = require('unique-slug') module.exports = function (filepath, prefix, uniq) { return path.join(filepath, (prefix ? prefix + '-' : '') + uniqueSlug(uniq)) }
💾 Save Changes
❌ Cancel