MCPcopy
hub / github.com/tailwindlabs/tailwindcss / firstLine

Function firstLine

integrations/vite/index.test.ts:1114–1116  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

1112)
1113
1114function firstLine(str: string) {
1115 return str.split('\n')[0]
1116}
1117
1118test(
1119 'optimize option: disabled',

Callers 1

index.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected