Noodle - shysolocup/stews GitHub Wiki
Noodles are built off of Strings and includes a majority of their features as well as some improved and new ones
they work with most types like Strings, Arrays, Objects, Sets, Maps, etc
type: AeplClass
arguments:
- object
Any
:
thing to be converted
- joiner
String
:
what it should join using if it's an array or another object that can be joined
const { Noodle } = require('stews');
new Noodle("abc 123");