Noodle.content - shysolocup/stews GitHub Wiki

content inside of the noodle
type: String


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

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

console.log(str.content);
"abc 123"


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