UNPKG

@sectester/core

Version:

The core package can be used to obtain a config including credentials from different sources, and provide a simplified abstraction to handle events and commands.

2 lines (1 loc) 121 B
export declare const first: <T>(promises: PromiseLike<T>[], predicate: (value: T) => unknown) => Promise<T | undefined>;