(input?: Uint8Array | ArrayBufferLike, options?: TextDecodeOptions)
| 29 | |
| 30 | interface TextDecoder extends TextDecoderCommon { |
| 31 | decode(input?: Uint8Array | ArrayBufferLike, options?: TextDecodeOptions): string; |
| 32 | } |
| 33 | |
| 34 | const TextDecoder: { |
no outgoing calls
no test coverage detected