MCPcopy
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
3086function withBOM(text: string): string {
3087 return '\uFEFF' + text
3088}

Callers 1

index.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected