Here is the code I\'m reviewing...
import { Observable } from \'rxjs/Rx\'; // reducer import { playerRegister, PlayerState } from \'./player\'; export functi
I'm not sure if it's used more widely than within the RxJS community, but within this community it's commonly used to indicate that a variable is a stream (i.e. an Observable) or that a function returns such a stream.