import { textDecodeUsing } from "@effect/core/stream/Stream/operations/_internal/textDecodeUsing" /** * @tsplus getter effect/core/stream/Stream usASCIIDecode */ export function usASCIIDecode_( self: Stream ): Stream { return self.via(textDecodeUsing("us-ascii")) }