UNPKG

zeptomatch-is-static

Version:

A little utility for checking if a glob is fully static.

3 lines (2 loc) 76 B
declare const isStatic: (glob: string) => boolean; export default isStatic;