IxJS
IxJS copied to clipboard
ix/asynciterable/from doesn't seem to exist, despite being used in an example
The example in the README include this piece of code:
import { from } from 'ix/asynciterable/from';
However, it doesn't seem like any such module exists.
IxJS version:
2.3.5
Code to reproduce:
require('ix/asynciterable/from';
Expected behavior:
Module exists
Actual behavior:
Module does not exist.
Additional information:
Ah yeah, we need to update the docs. the from
method is currently static on the AsyncIterableX
class, not exported as a separate module. I need to do a bunch of house keeping in general soon, so I'll be sure to update the examples. Thanks for reporting @dobesv.