Home

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