MCPcopy Create free account
hub / github.com/TanStack/devtools / removeEmptySpace

Function removeEmptySpace

packages/devtools-vite/src/inject-plugin.test.ts:8–10  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

6} from './inject-plugin'
7
8const removeEmptySpace = (str: string) => {
9 return str.replace(/\s/g, '').trim()
10}
11
12// Helper to test transformation without file I/O
13const testTransform = (

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected