Files
send-mail/node_modules/brace-expansion/dist/esm/index.d.ts
T

8 lines
304 B
TypeScript
Raw Normal View History

2026-04-28 12:50:45 +02:00
export declare const EXPANSION_MAX = 100000;
2026-08-07 08:08:22 +02:00
export declare const EXPANSION_MAX_LENGTH = 4000000;
2026-04-28 12:50:45 +02:00
export type BraceExpansionOptions = {
max?: number;
2026-08-07 08:08:22 +02:00
maxLength?: number;
2026-04-28 12:50:45 +02:00
};
export declare function expand(str: string, options?: BraceExpansionOptions): string[];
//# sourceMappingURL=index.d.ts.map