Stew.type - shysolocup/stews GitHub Wiki type of the stew type: String list: pair: const { Stew } = require('stews'); let arr = new Stew(Array); console.log(arr.type); const { Stew } = require('stews'); let obj = new Stew(Object); console.log(obj.type); "list" "pair" source 🢀 Back ⚠️ **GitHub.com Fallback** ⚠️