mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 23:33:38 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
10
node_modules/is-posix-bracket/index.js
generated
vendored
Normal file
10
node_modules/is-posix-bracket/index.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/*!
|
||||
* is-posix-bracket <https://github.com/jonschlinkert/is-posix-bracket>
|
||||
*
|
||||
* Copyright (c) 2015-2016, Jon Schlinkert.
|
||||
* Licensed under the MIT License.
|
||||
*/
|
||||
|
||||
module.exports = function isPosixBracket(str) {
|
||||
return typeof str === 'string' && /\[([:.=+])(?:[^\[\]]|)+\1\]/.test(str);
|
||||
};
|
||||
Reference in New Issue
Block a user