@oazmi/build-tools
Version:
general deno build tool scripts which I practically use in all of my typescript repos
5 lines • 308 B
TypeScript
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, { globstar }?: GlobOptions): string;
//# sourceMappingURL=normalize_glob.d.ts.map