Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
const
removeEmptySpace = (str: string) => {
9
return
str.replace(/\s/g,
''
).trim()
10
}
11
12
// Helper to test transformation without file I/O
13
const
testTransform = (
Callers
1
inject-plugin.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected