UNPKG

@oazmi/build-tools

Version:

general deno build tool scripts which I practically use in all of my typescript repos

5 lines 292 B
import type { GlobOptions } from "./_common/glob_to_reg_exp.js"; export type { GlobOptions }; /** Like join(), but doesn't collapse "**\/.." when `globstar` is true. */ export declare function joinGlobs(globs: string[], options?: GlobOptions): string; //# sourceMappingURL=join_globs.d.ts.map