• Internal

    Helper function that dynamically updates the type of an object as we add more properties to the object.

    Type Parameters

    • T extends object

    • U extends string

    • V

    Parameters

    • obj: T
    • key: U
    • value: V

    Returns asserts obj is T & { [ K in string]: V }

Generated using TypeDoc