https://git.jolheiser.com/tailwind-ctp-intellisense.git
1 2 3
export function isObject(thing) { return Object.prototype.toString.call(thing) === '[object Object]' }