mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-05-06 17:30:35 +07:00
6 lines
227 B
TypeScript
6 lines
227 B
TypeScript
|
|
export declare const EXPANSION_MAX = 100000;
|
||
|
|
export type BraceExpansionOptions = {
|
||
|
|
max?: number;
|
||
|
|
};
|
||
|
|
export declare function expand(str: string, options?: BraceExpansionOptions): string[];
|
||
|
|
//# sourceMappingURL=index.d.ts.map
|