UNPKG

zeptomatch-explode

Version:

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

6 lines (5 loc) 233 B
import explodeStart from './explode_start.js'; import explodeEnd from './explode_end.js'; import type { ExplodedStart, ExplodedEnd } from './types.js'; export { explodeStart, explodeEnd }; export type { ExplodedStart, ExplodedEnd };