MCPcopy
hub / github.com/logto-io/logto / Array

Interface Array

packages/core/src/include.d/array.d.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4type Falsy = false | 0 | '' | undefined;
5
6interface Array<T> {
7 filter<S extends T>(predicate: BooleanConstructor, thisArg?: unknown): Array<Exclude<S, Falsy>>;
8}
9
10interface ReadonlyArray<T> {
11 filter<S extends T>(predicate: BooleanConstructor, thisArg?: unknown): Array<Exclude<S, Falsy>>;

Callers 8

sortMethod · 0.65
getCookieHeaderMethod · 0.65
pickUserScopesFunction · 0.65
clearConnectorsByTypesFunction · 0.65
createUserWithRolesFunction · 0.65
expectFrameworksInGroupFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected