Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce xs.merge type declaration #82

Merged
merged 1 commit into from
Jul 20, 2016

Commits on Jul 19, 2016

  1. feat(merge): Introduce xs.merge type declaration

    Modify static `merge` method to implement a new interface:
    MergeSignature. This interface is constructed similarly to the
    CombineSignature interface. Export the new interface.
    
    This change allows consumers invoking the static method to declare types
    and leverage TypeScript to verify type safety when merging streams. The
    change brings `merge` in line with other static methods which already
    include this feature.
    
    Should resolve staltz#80.
    Christian Johns committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    1b50310 View commit details
    Browse the repository at this point in the history