@ac-essentials/misc-util
    Preparing search index...

    Type Alias GetObjectKeysOptions

    type GetObjectKeysOptions = {
        includeNonEnumerable?: boolean;
        includePrototypeChain?: boolean;
        includeSymbolKeys?: boolean;
    }
    Index

    Properties

    includeNonEnumerable?: boolean

    Include non-enumerable keys

    includePrototypeChain?: boolean

    Include keys from the prototype chain

    includeSymbolKeys?: boolean

    Include symbol keys