Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstackincubator/polygen
/ inlineString
Function
inlineString
packages/polygen-cli/src/helpers/errors.ts:34–35 ·
view source on GitHub ↗
(str: string = '')
Source
from the content-addressed store, hash-verified
32
}
33
34
export
const
inlineString = (str: string =
''
) =>
35
str.replace(/(\s{2,})/gm,
' '
).trim();
Callers
1
constructor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected