from2-string
Create a stream from a string. Sugary wrapper around from2
from2-error
Create a stream that immediately emits the specified Error. Sugary wrapper around from2.
from2-blob
Create a readable stream from a Blob or a File with from2
from2-encoding
Create a stream from a string or buffer, with an encoding parameter for converting strings to buffers.