minigame-std
    Preparing search index...

    Interface ReadOptions

    Options for reading files with specified encoding.

    interface ReadOptions {
        encoding?: fs.opfs.FileEncoding;
    }
    Index

    Properties

    Properties

    encoding?: fs.opfs.FileEncoding

    The encoding to use for reading the file's content.

    'bytes'