Files
jiahong-doc/code/enterprise-homepage/node_modules/brace-expansion/dist/esm/index.d.ts
T
jiahong 021b3f82db up
2026-03-27 02:12:03 +08:00

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