Documentation
    Preparing search index...

    Type Alias DecodeTextOptionsBeta

    Options for the decodeText function.

    type DecodeTextOptions = {
        encoding?: Encoding;
    }
    Index

    Properties

    Properties

    encoding?: Encoding

    The encoding to use. If not provided, the function will try to detect the encoding from the BOM.