Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
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