Home

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