Files
memecoin-botV2/.pnpm-store/v10/files/b5/dfdaff1f11e0fea2d7b1e973ce1ffd039c5a56c9acd9d18c3305af7e555e7fadebddb2d07586e90fd545d9915be02fdce8b67655b107c8dbbdae7d2869e3c9

8 lines
304 B
Plaintext

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