UNPKG

@oazmi/build-tools

Version:

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

5 lines 302 B
import type { GlobOptions } from "./_common/glob_to_reg_exp.js"; export type { GlobOptions }; /** Like normalize(), but doesn't collapse "**\/.." when `globstar` is true. */ export declare function normalizeGlob(glob: string, options?: GlobOptions): string; //# sourceMappingURL=normalize_glob.d.ts.map