Added in v1.0.0
Signature
export declare const getEnumLaws: <A>(E: Enum<A>, arb: fc.Arbitrary<A>) => Record<string, fc.IProperty<unknown>>