import { textDecodeUsing } from "@effect/core/stream/Stream/operations/_internal/textDecodeUsing" /** * @tsplus getter effect/core/stream/Stream uiso_8859_1Decode */ export function iso_8859_1Decode(self: Stream): Stream { return self.via(textDecodeUsing("iso-8859-1")) }