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