canjs / can-stream-kefir

Stream values into and out of computes
https://canjs.com/doc/can-stream-kefir.html
MIT License
3 stars 2 forks source link

Does this export a function and the methods? #33

Closed justinbmeyer closed 7 years ago

justinbmeyer commented 7 years ago

It would be nice if the following worked:

var canStream = require("can-stream-kefir");

canStream(map, "prop") //-> stream

basically the canStream export is the same as canStream.toStream

Sinjhin commented 7 years ago

Closed by https://github.com/canjs/can-stream-kefir/pull/34