Function createDict

Creates a dictionary object from the given record object.

  • Type Parameters

    • T extends Dict = Dict

      The type of the dictionary object.

    Parameters

    • record: T

      The record object to create the dictionary from.

    Returns any

    • The frozen dictionary object.