UNPKG

@theia/core

Version:

Theia is a cloud & desktop IDE framework implemented in TypeScript.

7 lines 266 B
export declare const Filter: unique symbol; /** * @param toTest Object that should be tested * @returns `true` if the object passes the test, `false` otherwise. */ export type Filter<T extends Object> = (toTest: T) => boolean; //# sourceMappingURL=filter.d.ts.map