UNPKG

prayer-timetable-react

Version:
5 lines (3 loc) 124 B
const wordCount = (str) => str.split(' ').filter((n) => n !== '').length export default { wordCount } export { wordCount }