UNPKG

jest-allure2-reporter

Version:
3 lines (2 loc) 169 B
import type { PromisedProperties } from 'jest-allure2-reporter'; export declare function resolvePromisedProperties<T>(maybePromised: PromisedProperties<T>): Promise<T>;