Soup.type - shysolocup/stews GitHub Wiki

type of the soup
type: String


list: pair:
const { Soup } = require('stews');

let arr = new Soup(Array);

console.log(arr.type);
const { Soup } = require('stews');

let obj = new Soup(Object);

console.log(obj.type);
"list"
"pair"


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