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.
any
void
Nothing, the function doesn't do anything.
Does nothing. Useful for initializing function variables or properties before assigning values. Note that it returns
any
instead ofvoid
and accepts arbitrary arguments so TypeScript doesn't freak out.