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