Home

tailwind-ctp-intellisense @5cf6cee308718ac690247c5c532c96fc3cfa855e - 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 }))
}