function _getWordCountimport { _getWordCount } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/utils/index.ts"; _getWordCount(locales: Intl.LocalesArgument, input: string): numberReturns the word count of the input. Parameterslocales: Intl.LocalesArgumentThe locales to be used. input: stringThe input to be measured. ReturnsnumberThe word count.