aboutsummaryrefslogtreecommitdiff
path: root/node_modules/filename-regex/index.js
blob: bb1888b4a37448201b29c4b6093a7567f0c02a99 (plain)
1
2
3
4
5
6
7
8
9
10
/*!
 * filename-regex <https://github.com/regexps/filename-regex>
 *
 * Copyright (c) 2014-2015, Jon Schlinkert
 * Licensed under the MIT license.
 */

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