Current section

Files

Jump to
spellweaver priv bun node_modules cspell-dictionary dist util braceExpansion.d.ts
Raw

priv/bun/node_modules/cspell-dictionary/dist/util/braceExpansion.d.ts

export interface Options {
begin: string;
end: string;
sep: string;
}
export declare function expandBraces(pattern: string, options?: Options): string[];
//# sourceMappingURL=braceExpansion.d.ts.map