Function keepPropertiesOfObject

  • Function to adapt the Object and only return a specific amount of elements.

    Parameters

    • obj: any

      The Object itself

    • properties: {
          [index: string]: (() => any);
      }

      a list of properties/pathes to keep

      • [index: string]: (() => any)
          • (): any
          • Returns any

    Returns any

Generated using TypeDoc