UNPKG

jest-allure2-reporter

Version:
3 lines (2 loc) 137 B
import type { Function_ } from './types'; export declare function wrapFunction<T, F extends Function_<T>>(function_: F, callback: F): F;