UNPKG

e2ed

Version:

E2E testing framework over Playwright

9 lines (8 loc) 330 B
import type { PrimitiveValue, PropertyKey } from '../../types/internal'; type Return = Readonly<Record<PropertyKey, PrimitiveValue>>; /** * Get shallow copy of object for logs. * Property values that are objects are cast to a string. */ export declare const getShallowCopyOfObjectForLogs: (value: object) => Return; export {};