mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-08-12 12:00:37 +07:00
8de3c31270
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
8 lines
304 B
TypeScript
8 lines
304 B
TypeScript
export declare const EXPANSION_MAX = 100000;
|
|
export declare const EXPANSION_MAX_LENGTH = 4000000;
|
|
export type BraceExpansionOptions = {
|
|
max?: number;
|
|
maxLength?: number;
|
|
};
|
|
export declare function expand(str: string, options?: BraceExpansionOptions): string[];
|
|
//# sourceMappingURL=index.d.ts.map
|