Home

tailwind-ctp-intellisense @148e570839cc467ec4effdeb8b059ea8da482b96 - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tailwind-ctp-intellisense / src / util / logFull.ts
- raw
1
2
3
4
5
import * as util from 'util'

export function logFull(object: any): void {
  console.log(util.inspect(object, { showHidden: false, depth: null }))
}