UNPKG

zeptomatch-explode

Version:

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

6 lines (5 loc) 153 B
/* IMPORT */ import explodeStart from './explode_start.js'; import explodeEnd from './explode_end.js'; /* EXPORT */ export { explodeStart, explodeEnd };