Discord.https - v3.0.16
    Preparing search index...
    • Flatten an object. Any properties that are collections will get converted to an array of keys.

      Parameters

      • obj: Record<string, any>

        The object to flatten.

      • ...props: Record<string, string | boolean>[]

        specific properties to include/exclude.

      Returns any