%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /lib/node_modules/npm/node_modules/unique-filename/
Upload File :
Create Path :
Current File : //lib/node_modules/npm/node_modules/unique-filename/index.js

'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))
}

Zerion Mini Shell 1.0