void (TypeScript)

`void` is the return type for a function that doesn't return a useful value. It signals that the function runs for its side effects, like logging or updating…