some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / parse-glob / node_modules / is-glob / index.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/parse-glob/node_modules/is-glob/index.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/parse-glob/node_modules/is-glob/index.js
deleted file mode 100644 (file)
index ef27bba..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/*!
- * is-glob <https://github.com/jonschlinkert/is-glob>
- *
- * Copyright (c) 2014-2015, Jon Schlinkert.
- * Licensed under the MIT License.
- */
-
-var isExtglob = require('is-extglob');
-
-module.exports = function isGlob(str) {
-  return typeof str === 'string'
-    && (/[*!?{}(|)[\]]/.test(str)
-     || isExtglob(str));
-};
\ No newline at end of file