Noodle.wordCount - shysolocup/stews GitHub Wiki

number of words in the noodle
type: Number


const { Noodle } = require('stews');

let str = new Noodle("abc 123");

console.log(str.wordCount);
2


⚠️ **GitHub.com Fallback** ⚠️