Русский
Оформление
Подсчитывает количество слов в строке.
function wordCount(str: string): number
import { wordCount } from 'strio' wordCount('hello world') // 2 wordCount('The quick brown fox') // 4