UNPKG

@4players/odin-common

Version:

Commonly used type definitions and utility functions across ODIN web projects

2 lines (1 loc) 104 B
export declare function find<T>(entries: Iterable<T>, predicate: (entry: T) => boolean): T | undefined;