Noodle.words - shysolocup/stews GitHub Wiki

list of words in the noodle split by spaces
type: Array

alt names:

  • sections

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

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

console.log(str.words);
[ "abc", "123" ]


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