User should be able specify a code like below to create custom source for the stream ``` const source = timer(1000, 2000); ``` Adding the above code would emit serial numbers, first after 1 second and then after every 2 seconds