UNPKG

274 BTypeScriptView Raw
1export declare const Filter: unique symbol;
2/**
3 * @param toTest Object that should be tested
4 * @returns `true` if the object passes the test, `false` otherwise.
5 */
6export declare type Filter<T extends Object> = (toTest: T) => boolean;
7//# sourceMappingURL=filter.d.ts.map
\No newline at end of file