TS-Scribe - v1.2.0
    Preparing search index...

    Type Alias DeepCloneOptions

    Options for objectDeepClone.

    type DeepCloneOptions = {
        protoProps?: boolean;
    }
    Index

    Properties

    Properties

    protoProps?: boolean

    When true, enumerable properties from the prototype chain are flattened into own properties before cloning. Defaults to false.