purescript-stream/ffi/Control/Stream/Stream.js
2017-03-12 19:48:37 -04:00

6 lines
78 B
JavaScript

export class Stream {
constructor (source) {
this.source = source
}
}