UNPKG

cyclejs-test-helpers

Version:
3 lines (2 loc) 123 B
import { Arbitrary } from 'jsverify'; export declare function undefinedOr<T>(arb: Arbitrary<T>): Arbitrary<T | undefined>;