Effect CommunityEC
Effect Community12mo ago
4 replies
codingismy11to7

Generic Platform Sink & Stream Interfaces in Effect Typescript Library

are there generic platform sink & stream interfaces? i couldn't find any. i'm not really that familiar with deno or bun, but the mongo driver exposes streams to read results, and my mongo effect wrapper uses NodeSink and NodeStream to interact with those. so anyway, was just wondering if there's abstractions so i can depend on
@effect/platform
generically instead of @effect/platform-node ?
Was this page helpful?