12 lines
213 B
TypeScript
12 lines
213 B
TypeScript
/*
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|
*/
|
|
|
|
import { TextEncoder, TextDecoder } from 'util';
|
|
|
|
export {
|
|
TextEncoder,
|
|
TextDecoder,
|
|
}
|