Variable TextDecoder

TextDecoder: typeof globalThis extends {
    TextDecoder: infer TextDecoder;
    onmessage: any;
} ? TextDecoder : typeof TextDecoder

TextDecoder class is a global reference for require('util').TextDecoder https://nodejs.org/api/globals.html#textdecoder

Since

v11.0.0

Generated using TypeDoc