MCPcopy
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
130export function println(value = '') {
131 process.stdout.write(`${value}\n`)
132}
133
134function getVersion(): string {
135 if (typeof globalThis.__tw_version === 'string') {

Callers 1

helpFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected