Home

tailwind-ctp-intellisense @e0093b740412863ee7d5d552b0095073a759dd9b - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tailwind-ctp-intellisense / src / class-names / isObject.js
- raw
1
2
3
export function isObject(thing) {
  return Object.prototype.toString.call(thing) === '[object Object]'
}