API Reference | fast-check | Property based testing framework
    Preparing search index...

    Function property

    • Instantiate a new fast-check#IProperty

      Type Parameters

      • Ts extends [unknown, ...unknown[]]

      Parameters

      • ...args: [
            ...arbitraries: { [K in string
            | number
            | symbol]: Arbitrary<Ts[K<K>]> }[],
            predicate: (...args: Ts) => boolean | void,
        ]

      Returns IPropertyWithHooks<Ts>

      Since 0.0.1