MCPcopy
hub / github.com/Chainlit/chainlit / Array

Interface Array

frontend/src/index.d.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 */
6declare global {
7 interface Array<T> {
8 findLast(
9 predicate: (value: T, index: number, array: T[]) => unknown,
10 thisArg?: any
11 ): T | undefined;
12 }
13}

Callers 1

getFrequenciesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…