persona-community-5/.pnpm-store/v3/files/70/b34370a00e72493754860b667b2cab5f666db85f6a746a6cdc6af203522035ede55c92ab9d82134bebb07af15d3380b2f34895103b72d618add98956800de4
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

6 lines
227 B
Plaintext

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