Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ChatAnyTeam/ChatAny
/ Array
Interface
Array
app/polyfill.ts:2–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
declare global {
2
interface
Array<T> {
3
at(index: number): T | undefined;
4
}
5
}
6
7
if
(!Array.prototype.at) {
Callers
8
extractMessage
Method · 0.80
extractMessage
Method · 0.80
extractMessage
Method · 0.80
extractMessage
Method · 0.80
onKeyDown
Function · 0.80
_Chat
Function · 0.80
ImagePreviewer
Function · 0.80
getVersion
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected