UNPKG

@zxing/text-encoding

Version:

Polyfill for the Encoding Living Standard's API.

4 lines (3 loc) 141 B
import { TextDecoder } from './common/TextDecoder'; import { TextEncoder } from './common/TextEncoder'; export { TextDecoder, TextEncoder };