Home

tailwind-ctp-intellisense @078626320a16999c6a28287a78f3b9523b8b8975 - 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]'
}