Noodle.chars - shysolocup/stews GitHub Wiki

list of characters in the noodle
type: Array


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

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

console.log(str.chars);
[ "a", "b", "c", " ", "1", "2", "3" ]


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