minigame-std
    Preparing search index...

    Interface ReadSyncOptions

    Options for reading files synchronously.

    2.0.0

    interface ReadSyncOptions {
        encoding?: FileSyncEncoding;
    }
    Index
    encoding?: FileSyncEncoding

    The encoding to use for reading the file's content. Excludes 'stream' since ReadableStream cannot be returned synchronously.

    'bytes'