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

fix typings for later TS versions (3.4) #278

Merged
merged 1 commit into from
May 4, 2019

Conversation

wclr
Copy link
Contributor

@wclr wclr commented May 2, 2019

const mm$ = xs.createWithMemory<MemoryStream>()
const sm$ = xs.create<MemoryStream>()
const ms$ = xs.createWithMemory<Stream>()
const ss$ = xs.create<Stream>()
const fmm$ = mm$.flatten() // without fix this is typed to Stream<{}> not Stream
const fsm$ = sm$.flatten()
const fms$ = ms$.flatten()
const fss$ = ss$.flatten()

@staltz staltz merged commit 1325bbf into staltz:master May 4, 2019
@staltz
Copy link
Owner

staltz commented May 4, 2019

Thanks!

@staltz
Copy link
Owner

staltz commented May 4, 2019

Released 11.11.0

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

Successfully merging this pull request may close these issues.

2 participants