Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/TypeChat
/ arrayToString
Function
arrayToString
typescript/src/ts/program.ts:133–135 ·
view source on GitHub ↗
(array: unknown[])
Source
from the content-addressed store, hash-verified
131
}
132
133
function
arrayToString(array: unknown[]) {
134
return
array.map(exprToString).join(
", "
);
135
}
136
}
137
138
/**
Callers
1
objectToString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected