Home

tailwind-ctp-intellisense @da5ed6310987b757c0de96718cfcedd5f454157d - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tailwind-ctp-intellisense / src / lsp / 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 }))
}