Current section

Files

Jump to
spellweaver priv bun node_modules cspell-dictionary dist SpellingDictionary SuggestOptions.js
Raw

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