MCPcopy
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
3455function withBOM(text: string): string {
3456 return '\uFEFF' + text
3457}

Callers 1

index.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected