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/SpellingDictionary/SuggestOptions.js
export function createSuggestOptions(numSuggestions, compoundMethod, numChanges, ignoreCase) {
return {
numSuggestions,
compoundMethod,
numChanges,
ignoreCase,
};
}
//# sourceMappingURL=SuggestOptions.js.map