Home

tailwind-ctp-intellisense @8ab4e4f882f55a6a102bd1033bac92ea484eab73 - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tailwind-ctp-intellisense / src / util / isObject.ts
- raw -
1
2
3
export default function isObject(variable: any): boolean {
  return Object.prototype.toString.call(variable) === '[object Object]'
}