Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ println
Function
println
packages/@tailwindcss-upgrade/src/utils/renderer.ts:130–132 ·
view source on GitHub ↗
(value = '')
Source
from the content-addressed store, hash-verified
128
}
129
130
export
function
println(value =
''
) {
131
process.stdout.write(`${value}\n`)
132
}
133
134
function
getVersion(): string {
135
if
(typeof globalThis.__tw_version ===
'string'
) {
Callers
1
help
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected