vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Function mapKeys

    • Transform the specified object into a different shape by transforming each property with the key transformer function. Does not change the orignal object but create a new object.

      Parameters

      • obj: object

        Object to transform

      • keyTransformer: (key: string | number | symbol) => string | number | symbol

        Transformation function

      Returns object