UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 213 B
import type { Fn, StringForLogs } from '../../types/internal'; /** * Get custom function string presentation for logs. */ export declare const getFunctionPresentationForLogs: (fn: Fn) => StringForLogs | string;