UNPKG

rxprotoplex

Version:

A utility library for working with Plex-based connections and streams with RxJS operators.

23 lines (21 loc) 813 B
export * from "./lib/connection$.js"; export * from "./lib/connectAndSend.js"; export * from "./lib/withHandshake.js"; export * from "./lib/tapSend.js"; export * from "./lib/listenAndConnection$.js"; export * from "./lib/listenAndConnectionAndRead$.js"; export * from "./lib/connect$.js"; export * from "./lib/connectAndRead$.js"; export * from "./lib/asPlex.js"; export * from "./lib/createPlexPair.js"; export * from "./lib/withEncoding.js"; export * from "./lib/withPlex.js"; export * from "./lib/withTimeout.js"; export * from "./lib/ofChannel.js"; export * from "./lib/consumePlexStream.js"; export * from "./lib/connectionAndRead$.js"; export * from "./lib/close$.js"; export * from "./lib/destroy.js"; export * from "./lib/encodingFrom.js"; // export useful functionalities. export * from "./lib/get.js";