Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

11 righe
223 B

  1. /*!
  2. * filename-regex <https://github.com/regexps/filename-regex>
  3. *
  4. * Copyright (c) 2014-2015, Jon Schlinkert
  5. * Licensed under the MIT license.
  6. */
  7. module.exports = function filenameRegex() {
  8. return /([^\\\/]+)$/;
  9. };