MCPcopy 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
34export const inlineString = (str: string = '') =>
35 str.replace(/(\s{2,})/gm, ' ').trim();

Callers 1

constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected