PATH:
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
glob
/
dist
/
esm
import { GlobOptions } from './glob.js'; /** * Return true if the patterns provided contain any magic glob characters, * given the options provided. * * Brace expansion is not considered "magic" unless the `magicalBraces` option * is set, as brace expansion just turns one string into an array of strings. * So a pattern like `'x{a,b}y'` would return `false`, because `'xay'` and * `'xby'` both do not contain any magic glob characters, and it's treated the * same as if you had called it on `['xay', 'xby']`. When `magicalBraces:true` * is in the options, brace expansion _is_ treated as a pattern having magic. */ export declare const hasMagic: (pattern: string | string[], options?: GlobOptions) => boolean; //# sourceMappingURL=has-magic.d.ts.map
[-] bin.mjs.map
[edit]
[-] ignore.js.map
[edit]
[-] walker.d.ts.map
[edit]
[-] has-magic.js.map
[edit]
[-] has-magic.d.ts.map
[edit]
[-] ignore.js
[edit]
[-] processor.js.map
[edit]
[-] processor.d.ts.map
[edit]
[-] pattern.d.ts
[edit]
[-] bin.d.mts.map
[edit]
[-] glob.js
[edit]
[-] glob.d.ts
[edit]
[-] walker.js.map
[edit]
[-] processor.js
[edit]
[-] index.js.map
[edit]
[-] package.json
[edit]
[-] pattern.d.ts.map
[edit]
[-] glob.d.ts.map
[edit]
[-] ignore.d.ts
[edit]
[+]
..
[-] bin.d.mts
[edit]
[-] walker.d.ts
[edit]
[-] bin.mjs
[edit]
[-] glob.js.map
[edit]
[-] index.d.ts.map
[edit]
[-] pattern.js.map
[edit]
[-] walker.js
[edit]
[-] has-magic.js
[edit]
[-] processor.d.ts
[edit]
[-] index.d.ts
[edit]
[-] pattern.js
[edit]
[-] ignore.d.ts.map
[edit]
[-] index.js
[edit]
[-] has-magic.d.ts
[edit]