UNPKG

jest-allure2-reporter

Version:
3 lines (2 loc) 193 B
import type { PropertyExtractor } from 'jest-allure2-reporter'; export declare function isExtractor<Context, Value, Result>(value: unknown): value is PropertyExtractor<Context, Value, Result>;