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

    Type Alias ObjectKey

    type ObjectKey = {
        nonEnumerable?: boolean;
        property: string | symbol;
        prototype: unknown;
    }
    Index

    Properties

    nonEnumerable?: boolean
    property: string | symbol
    prototype: unknown