Link Search Menu Expand Document

Enum.Laws overview

Added in v1.0.0


Table of contents


utils

getEnumLaws

Signature

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

Added in v1.0.0