Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ withBOM
Function
withBOM
integrations/upgrade/index.test.ts:3455–3457 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
3453
)
3454
3455
function
withBOM(text: string): string {
3456
return
'\uFEFF'
+ text
3457
}
Callers
1
index.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected