@svta/common-media-library
    Preparing search index...

    Variable EncodingConst Beta

    Encoding: {
        UTF16: "utf-16";
        UTF16BE: "utf-16be";
        UTF16LE: "utf-16le";
        UTF8: "utf-8";
    } = ...

    Text encoding types.

    Type declaration

    • ReadonlyUTF16: "utf-16"
    • ReadonlyUTF16BE: "utf-16be"
    • ReadonlyUTF16LE: "utf-16le"
    • ReadonlyUTF8: "utf-8"