UNPKG

@har-sdk/core

Version:

The base package can be used to import specification files (i.e. HAR, OAS and Postman Collection) and detect their type.

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