UNPKG

zeptomatch-explode

Version:

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

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