Home

tailwind-ctp-intellisense @8c6ba844172f50a95583c34700903b3b03d382c7 - 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 }))
}