Home

tailwind-ctp-intellisense @652052c1f4535694ae5bbd336d4c8160461e8e14 - 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]'
}