Home

tailwind-ctp-intellisense @00b9820c2d5ef9a64b15f222fc0bc1a364c252fd - 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]'
}