MCPcopy Index your code
hub / github.com/Effect-TS/effect / formatIndexSignatures

Function formatIndexSignatures

packages/effect/src/SchemaAST.ts:1551–1551  ·  view source on GitHub ↗
(iss: ReadonlyArray<IndexSignature>)

Source from the content-addressed store, hash-verified

1549}
1550
1551const formatIndexSignatures = (iss: ReadonlyArray<IndexSignature>): string => iss.map(String).join("; ")
1552
1553const formatTypeLiteral = (ast: TypeLiteral): string => {
1554 if (ast.propertySignatures.length > 0) {

Callers 1

formatTypeLiteralFunction · 0.85

Calls 2

joinMethod · 0.65
mapMethod · 0.65

Tested by

no test coverage detected