xref: /third_party/node/deps/npm/node_modules/unique-filename/lib/index.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/node_modules/unique-filename/lib/
11cb0ef41Sopenharmony_civar path = require('path')
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_civar uniqueSlug = require('unique-slug')
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_cimodule.exports = function (filepath, prefix, uniq) {
61cb0ef41Sopenharmony_ci  return path.join(filepath, (prefix ? prefix + '-' : '') + uniqueSlug(uniq))
71cb0ef41Sopenharmony_ci}
8

Indexes created Thu Nov 07 10:32:03 CST 2024