UNPKG

zeptomatch-explode

Version:

A little utility for exploding a zeptomatch-flavored glob into its dynamic and static parts.

4 lines (3 loc) 131 B
import type { ExplodedEnd } from './types.js'; declare const explodeEnd: (glob: string) => ExplodedEnd; export default explodeEnd;