UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 277 B
import type { Fn } from '../../types/internal'; /** * Set custom `node:inspect` and toJSON presentation (with function code) on function. */ export declare const setCustomInspectOnFunction: <Args extends readonly unknown[], Return, This>(fn: Fn<Args, Return, This>) => void;