Turns binary data, often in the form of a Uint8Array, into a string given * the encoding.
(input?: AllowSharedBufferSource, options?: TextDecodeOptions)
| 8069 | * the encoding. |
| 8070 | */ |
| 8071 | decode(input?: AllowSharedBufferSource, options?: TextDecodeOptions): string; |
| 8072 | } |
| 8073 | |
| 8074 | /** @category Encoding */ |
no outgoing calls
no test coverage detected