@yamlresume/core
    Preparing search index...

    Function removeKeysFromObject

    • Remove keys from an object by their names

      Type Parameters

      • T extends object

      Parameters

      • obj: T

        The object to remove keys from

      • keysToRemove: (string | number | symbol)[]

        The keys to remove

      Returns T

      The object with the specified keys removed