Home

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