Skip to content

Noodle.content

github-actions[bot] edited this page Sep 30, 2024 · 2 revisions

content inside of the noodle
type: String


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

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

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


Stews Docs 🍲

🛈 Stew 🛈 Soup
🛈 Noodle 🛈 random

Clone this wiki locally