// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
//! `TextEncoder` / `TextDecoder` and their stream forms, from upstream
//! `llrt_util`. Only the codecs are taken: `format`, `inherits`,
//! `styleText` and `inspect` are `crate::node::util`'s.
use ;
pub use TextDecoder;
pub use TextDecoderStream;
pub use TextEncoder;
pub use TextEncoderStream;