Skip to content
This repository was archived by the owner on Jan 16, 2018. It is now read-only.

Add prepend method to ConcatSource #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

boopathi
Copy link

I keep doing

var source = new ConcatSource(sourceToPrepend, source);

This should be useful to just do,

source.prepend(sourceToPrepend);

Think, it might me useful ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant