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

    Interface WithCloneMethod<T>

    Object instance that should be cloned from one generation/shrink to another

    Since 2.15.0

    interface WithCloneMethod<T> {
        "[cloneMethod]": () => T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    "[cloneMethod]": () => T