index.d.ts 227 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 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