UNPKG

181 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function isGlob(path) {
4 return path.includes('*') || path.includes('{');
5}
6exports.isGlob = isGlob;