Noodle.length - shysolocup/stews GitHub Wiki

number of characters in the noodle
type: Number

alt names:

  • size
  • charCount

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

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

console.log(str.length);
7


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