Your IP : 216.73.217.104


Current Path : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/filename-regex/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/filename-regex/index.js

/*!
 * filename-regex <https://github.com/regexps/filename-regex>
 *
 * Copyright (c) 2014-2015, Jon Schlinkert
 * Licensed under the MIT license.
 */

module.exports = function filenameRegex() {
  return /([^\\\/]+)$/;
};