Perseus
    Preparing search index...
    • Does a pluck on keys inside objects in an object

      Ex: tools = { translation: { enabled: true }, rotation: { enabled: false } }; pluckObject(tools, "enabled") returns { translation: true rotation: false }

      Parameters

      • table: any
      • subKey: string

      Returns any