array-comparisoncomparisoncomparison-tooldeep-diffdiffjson-diffnodejsobject-comparisonobject-diffobjectdiffobjectdifferencereactstreamingstreaming-datatypescript
6 lines
164 B
6 lines
164 B
6 months ago
|
import { TextEncoder, TextDecoder } from "util";
|
||
|
|
||
|
global.TextEncoder = TextEncoder;
|
||
|
//@ts-expect-error - the TextDecoder is valid
|
||
|
global.TextDecoder = TextDecoder;
|