MCPcopy
hub / github.com/zxing-js/library / createCustomDecoder

Function createCustomDecoder

src/test/core/util/textEncodingFactory.ts:7–9  ·  view source on GitHub ↗
(e: string)

Source from the content-addressed store, hash-verified

5}
6
7export function createCustomDecoder(e: string) {
8 return new TextDecoder(e);
9}

Callers 1

Encoder.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected