• Does nothing. Useful for initializing function variables or properties before assigning values. Note that it returns any instead of void and accepts arbitrary arguments so TypeScript doesn't freak out.

    Parameters

    • ...args: any[]

    Returns any

    Nothing, the function doesn't do anything.