MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / formatCode

Function formatCode

test/util.ts:57–57  ·  view source on GitHub ↗
(...values: unknown[])

Source from the content-addressed store, hash-verified

55}
56
57export const formatCode = (...values: unknown[]) => values.map(e => stringify(e)).join(", ");
58
59export function testEachVersion<T extends TestBuilder>(
60 name: string | undefined,

Callers 2

spread.spec.tsFile · 0.90
createTestBuilderFactoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected