UNPKG

e2ed

Version:

E2E testing framework over Playwright

5 lines (4 loc) 186 B
/** * Parses maybe empty value (`undefined`, empty string or empty buffer) as JSON. */ export declare const parseMaybeEmptyValueAsJson: <Return>(value: unknown) => Return | undefined;