Skip to content

Function: getBookSuggestions()

getBookSuggestions(volume, input, language, currentLanguageBooks): BookSuggestion[]

Defined in: src/utils/suggestion-utils.ts:147

Parameters

volume

string | null | undefined

input

string | null | undefined

language

string

currentLanguageBooks

Record<string, string>

Returns

BookSuggestion[]

Released under the MIT License.