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